mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-09 22:40:36 +00:00
pass IdentitiesOnly=yes to ansible-playbook
This commit is contained in:
parent
be113f7f90
commit
ee5e2593c9
@ -4,4 +4,5 @@ ansible-playbook \
|
|||||||
-i .vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory \
|
-i .vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory \
|
||||||
--private-key=.vagrant/machines/default/virtualbox/private_key \
|
--private-key=.vagrant/machines/default/virtualbox/private_key \
|
||||||
-u vagrant \
|
-u vagrant \
|
||||||
|
--ssh-common-args='-o IdentitiesOnly=yes' \
|
||||||
playbook.yml "$@"
|
playbook.yml "$@"
|
Loading…
Reference in New Issue
Block a user