proxies: configure zabbix in stg
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
d06fecdac7
commit
1ffc8b4aa8
1 changed files with 8 additions and 0 deletions
|
@ -848,6 +848,14 @@
|
||||||
sslonly: true
|
sslonly: true
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
|
||||||
|
- role: httpd/website
|
||||||
|
site_name: zabbix.fedoraproject.org
|
||||||
|
sslonly: true
|
||||||
|
server_aliases: [zabbix.stg.fedoraproject.org]
|
||||||
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
tags: zabbix
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
site_name: mbs.fedoraproject.org
|
site_name: mbs.fedoraproject.org
|
||||||
sslonly: true
|
sslonly: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue