From 15c11bb97fe6dc0d0ddecab6de5dfd8dc5f0e502 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Tue, 8 Jan 2019 18:52:13 +0000 Subject: [PATCH] No more limiting the deployment for the hourly pull --- roles/common/files/ansible-pull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/files/ansible-pull b/roles/common/files/ansible-pull index 678cf05..f519d7a 100644 --- a/roles/common/files/ansible-pull +++ b/roles/common/files/ansible-pull @@ -1,4 +1,4 @@ #!/bin/bash cd /var/thunix/ansible git pull -ansible-playbook -i ./hosts site.yml -u root --limit `hostname -f` \ No newline at end of file +ansible-playbook -i ./hosts site.yml -u root