From ffbda08c4d97b8ef2ddb5029c70aecc2f57b372d Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 10 Feb 2017 14:38:56 +0000 Subject: [PATCH] Revert "Deploy mirrorlist_proxy to all proxies" This was staged, but wasn't intended to be pushed out yet Serves me right from committing on a day I had planned to take off This reverts commit 318b3891918a6ec74cd5552669794a08f0289cbf. --- playbooks/groups/proxies.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 2c2dca5308..d01a567a27 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -19,7 +19,8 @@ - collectd/base - sudo - rsyncd - - role: mirrormanager/mirrorlist_proxy + - { role: mirrormanager/mirrorlist_proxy, + when: env == "staging" or ansible_hostname == "proxy02" or ansible_hostname == "proxy05" } - { role: openvpn/client, when: env != "staging" } - apache