mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-09 22:40:36 +00:00
9 lines
250 B
Plaintext
Executable File
9 lines
250 B
Plaintext
Executable File
#/bin/sh
|
|
|
|
ansible-playbook \
|
|
-i .vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory \
|
|
--private-key=.vagrant/machines/default/virtualbox/private_key \
|
|
-u vagrant \
|
|
--ssh-common-args='-o IdentitiesOnly=yes' \
|
|
playbook.yml "$@"
|