3 lines
162 B
Bash
3 lines
162 B
Bash
|
#!/bin/sh
|
||
|
ansible -i .vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory --private-key=~/.vagrant.d/insecure_private_key -u vagrant unglueit -a $1
|