Skip to content

Commit

Permalink
vagrant/kitchen ansible: add profile_tasks and timer
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed May 25, 2018
1 parent d080842 commit 677ae35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .kitchen.docker.yml
Expand Up @@ -15,6 +15,7 @@ provisioner:
ansible_verbose: false
ansible_verbosity: 4
ansible_extra_flags: <%= ENV['ANSIBLE_EXTRA_FLAGS'] %>
ansible_cfg_path: test/vagrant/ansible.cfg
# require_chef_omnibus: false
require_ansible_omnibus: true
# require_chef_for_busser: false
Expand Down
2 changes: 1 addition & 1 deletion .kitchen.vagrant.yml
Expand Up @@ -19,7 +19,7 @@ provisioner:
ansible_verbose: false
ansible_verbosity: 3
ansible_extra_flags: <%= ENV['ANSIBLE_EXTRA_FLAGS'] %>
# name: chef_solo
ansible_cfg_path: test/vagrant/ansible.cfg

platforms:
- name: ubuntu-18.04
Expand Down
2 changes: 1 addition & 1 deletion .kitchen.yml
Expand Up @@ -18,7 +18,7 @@ provisioner:
# ansible_verbose: false
ansible_verbosity: 3
ansible_extra_flags: <%= ENV['ANSIBLE_EXTRA_FLAGS'] %>
# ansible_yum_repo: http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm
ansible_cfg_path: test/vagrant/ansible.cfg
require_ansible_omnibus: true
# require_chef_for_busser: false
enable_yum_epel: true
Expand Down
1 change: 1 addition & 0 deletions test/vagrant/ansible.cfg
@@ -1,3 +1,4 @@
[defaults]
callback_whitelist = profile_tasks, timer
roles_path = ../../../

0 comments on commit 677ae35

Please sign in to comment.