script for anisble in phpstorm
cron for restarting failed vms
This commit is contained in:
5
scripts/ansible.sh
Normal file
5
scripts/ansible.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# run ansible playbook to update name servers
|
||||
|
||||
ansible-playbook -vv ${PLAYBOOK}.yml -i inventory.conf -u ansible
|
||||
Reference in New Issue
Block a user