From 49902673202ca6bdb1cfb9b086ccdc161b861b87 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Sat, 22 Dec 2018 12:52:31 -0500 Subject: [PATCH] limit to current host --- 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 6e96a1d..678cf05 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 \ No newline at end of file +ansible-playbook -i ./hosts site.yml -u root --limit `hostname -f` \ No newline at end of file