diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-04-05 21:55:16 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-04-05 21:55:21 +0000 |
commit | fc0a6e176f4976c60516f1bfdeebbf06cb7e124f (patch) | |
tree | 3bb08baa1fcae88415f416ea2f9a2002a00a4089 | |
parent | 69c3e7174b8c8e27c5a468b7d238dcd0988ad276 (diff) | |
download | ansible-fc0a6e176f4976c60516f1bfdeebbf06cb7e124f.tar.gz ansible-fc0a6e176f4976c60516f1bfdeebbf06cb7e124f.tar.xz ansible-fc0a6e176f4976c60516f1bfdeebbf06cb7e124f.zip |
take kojipkgs02 out to test it with varnish
-rw-r--r-- | roles/haproxy/templates/haproxy.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index dfae9b9dd..8b03320e1 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -422,7 +422,7 @@ listen ipa01 0.0.0.0:10061 listen kojipkgs 0.0.0.0:10062 balance hdr(appserver) server kojipkgs01.phx2.fedoraproject.org kojipkgs01.phx2.fedoraproject.org:80 check inter 10s rise 1 fall 2 - server kojipkgs02.phx2.fedoraproject.org kojipkgs02.phx2.fedoraproject.org:80 check inter 10s rise 1 fall 2 + #server kojipkgs02.phx2.fedoraproject.org kojipkgs02.phx2.fedoraproject.org:80 check inter 10s rise 1 fall 2 option httpchk GET / {% endif %} |