Setting ansible path
This commit is contained in:
parent
ad92262e79
commit
16be677b61
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
ANSIBLE_LOCAL_TEMP = /tmp/.ansible
|
||||
cd /var/thunix/ansible
|
||||
git pull
|
||||
ansible-playbook -i ./hosts site.yml -u root
|
||||
|
|
Loading…
Reference in New Issue