mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
Since we no longer have any machines in phx2, I have tried to remove them from ansible. Note that there are still some places where we need to remove them still: nagios, dhcp, named were not touched, and in cases where it wasn't pretty clear what a conditional was doing I left it to be cleaned up later. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
12 lines
273 B
Plaintext
12 lines
273 B
Plaintext
ProxyPreserveHost On
|
|
|
|
# This needs to be massive due to koji's completeBuild with texlive (https://pagure.io/koji/issue/259)
|
|
ProxyTimeout 10800
|
|
TimeOut 10800
|
|
|
|
{% if 'iad2' in inventory_hostname %}
|
|
{% include "reversepassproxy.conf" %}
|
|
{% else %}
|
|
Redirect 421 /
|
|
{% endif %}
|