No more limiting the deployment for the hourly pull
This commit is contained in:
parent
e05d84998c
commit
15c11bb97f
|
@ -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 --limit `hostname -f`
|
ansible-playbook -i ./hosts site.yml -u root
|
||||||
|
|
Loading…
Reference in New Issue