Add tags to all parts of the openshift stuff
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
c4b70f4ee2
commit
8e324e01ec
2 changed files with 6 additions and 2 deletions
|
@ -605,12 +605,16 @@
|
||||||
destname: os
|
destname: os
|
||||||
proxyurl: http://localhost:10064
|
proxyurl: http://localhost:10064
|
||||||
keephost: true
|
keephost: true
|
||||||
|
tags:
|
||||||
|
- os.fedoraproject.org
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: app.os.fedoraproject.org
|
website: app.os.fedoraproject.org
|
||||||
destname: app.os
|
destname: app.os
|
||||||
proxyurl: http://localhost:10065
|
proxyurl: http://localhost:10065
|
||||||
keephost: true
|
keephost: true
|
||||||
|
tags:
|
||||||
|
- app.os.fedoraproject.org
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: data-analysis.fedoraproject.org
|
website: data-analysis.fedoraproject.org
|
||||||
|
|
|
@ -560,7 +560,7 @@
|
||||||
sslonly: true
|
sslonly: true
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
tags:
|
tags:
|
||||||
- openshift
|
- os.fedoraproject.org
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
name: app.os.fedoraproject.org
|
name: app.os.fedoraproject.org
|
||||||
|
@ -569,7 +569,7 @@
|
||||||
cert_name: "{{os_wildcard_cert_name}}"
|
cert_name: "{{os_wildcard_cert_name}}"
|
||||||
SSLCertificateChainFile: "{{os_wildcard_int_file}}"
|
SSLCertificateChainFile: "{{os_wildcard_int_file}}"
|
||||||
tags:
|
tags:
|
||||||
- openshift
|
- app.os.fedoraproject.org
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
name: registry.fedoraproject.org
|
name: registry.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue