From fbd3ed0d53db6995f419d3477fa6c49595aeee1c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 24 Nov 2017 23:31:34 +0000 Subject: [PATCH] Proxies do not need to get certbot Signed-off-by: Patrick Uiterwijk --- playbooks/groups/proxies.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index af93d199be..460b5e1a51 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -27,8 +27,6 @@ when: env == "staging" or "'mirrorlist-proxy' in group_names" } - { role: openvpn/client, when: env != "staging" } - - { role: certbot, - when: inventory_hostname == 'proxy01.phx2.fedoraproject.org' } - apache tasks: