Revert "zabbix: Add configuration for zabbix prod to haproxy"
This reverts commit d7b20fa114
.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
89485e5a43
commit
50c61979f0
3 changed files with 0 additions and 30 deletions
|
@ -50,15 +50,6 @@
|
|||
remotepath: /
|
||||
proxyurl: http://noc01.{{ datacenter }}.fedoraproject.org
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: zabbix.fedoraproject.org
|
||||
destname: zabbixprod
|
||||
remotepath: /
|
||||
proxyurl: http://localhost:10068
|
||||
keephost: true
|
||||
header_scheme: true
|
||||
tags: zabbix
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: zabbix.stg.fedoraproject.org
|
||||
destname: zabbix
|
||||
|
|
|
@ -921,14 +921,6 @@
|
|||
tags: zabbix
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: zabbix.fedoraproject.org
|
||||
sslonly: true
|
||||
#server_aliases: [zabbix.fedoraproject.org]
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
tags: zabbix
|
||||
when: env == "production"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: mbs.fedoraproject.org
|
||||
sslonly: true
|
||||
|
|
|
@ -493,19 +493,6 @@ frontend zabbix-frontend
|
|||
bind 0.0.0.0:10068
|
||||
default_backend zabbix-backend
|
||||
|
||||
backend zabbix-backend
|
||||
balance hdr(appserver)
|
||||
server zabbix01.stg zabbix01.stg:80 check inter 10s rise 1 fall 2
|
||||
# option httpchk GET /
|
||||
# http-check expect status 200,401,302
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% if env == "production" %}
|
||||
frontend zabbix-frontend
|
||||
bind 0.0.0.0:10068
|
||||
default_backend zabbix-backend
|
||||
|
||||
backend zabbix-backend
|
||||
balance hdr(appserver)
|
||||
server zabbix01 zabbix01:80 check inter 10s rise 1 fall 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue