mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 11:00:32 +08:00
Proxies do not need to get certbot
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user