From d247e2a398d08d4b5d2951f7573c3a6aa5cb0fa4 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 28 Jul 2018 23:33:46 +0000 Subject: [PATCH] Try the free strategy for proxies Signed-off-by: Patrick Uiterwijk --- playbooks/groups/proxies.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index b7ef2bcdcc..0dad360f1c 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -4,6 +4,7 @@ - name: make the box be real hosts: proxies-stg:proxies + strategy: free user: root gather_facts: True @@ -63,6 +64,7 @@ - name: Set up the proxy basics hosts: proxies-stg:proxies + strategy: free user: root gather_facts: False @@ -173,6 +175,7 @@ - name: Make sure we are deployed fully hosts: proxies-stg:proxies + strategy: free user: root gather_facts: False