No more limiting the deployment for the hourly pull

This commit is contained in:
Ubergeek 2019-01-08 18:52:13 +00:00
parent e05d84998c
commit 15c11bb97f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
cd /var/thunix/ansible
git pull
ansible-playbook -i ./hosts site.yml -u root --limit `hostname -f`
ansible-playbook -i ./hosts site.yml -u root