Skip to content

Commit

Permalink
Vagrantfile: not so verbose ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
selivan committed Jan 11, 2018
1 parent f2fec71 commit 13e810f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -70,7 +70,7 @@ Vagrant.configure("2") do |config|
ansible.install = true
ansible.limit = "all"
ansible.raw_arguments = [ "--ssh-common-args=\"-o StrictHostKeyChecking=no -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes\"" ]
ansible.verbose = "vvv"
ansible.verbose = "v"
ansible.playbook = "provision.yml"
ansible.inventory_path = "provision.inventory.ini"
end
Expand Down

0 comments on commit 13e810f

Please sign in to comment.