Merge branch 'master' of ttm.sh:thunix/ansible
This commit is contained in:
commit
e8fb2e0c27
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd /var/thunix/ansible
|
cd /var/thunix/ansible
|
||||||
git pull
|
git pull
|
||||||
ansible-playbook -i ./hosts site.yml -u root
|
ansible-playbook -i ./hosts site.yml -u root --limit `hostname -f`
|
Loading…
Reference in New Issue