Lets see if we can do tags on role statements
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
bab71d37e4
commit
c4b70f4ee2
1 changed files with 4 additions and 0 deletions
|
@ -559,6 +559,8 @@
|
||||||
server_aliases: [os.stg.fedoraproject.org]
|
server_aliases: [os.stg.fedoraproject.org]
|
||||||
sslonly: true
|
sslonly: true
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
tags:
|
||||||
|
- openshift
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
name: app.os.fedoraproject.org
|
name: app.os.fedoraproject.org
|
||||||
|
@ -566,6 +568,8 @@
|
||||||
sslonly: true
|
sslonly: true
|
||||||
cert_name: "{{os_wildcard_cert_name}}"
|
cert_name: "{{os_wildcard_cert_name}}"
|
||||||
SSLCertificateChainFile: "{{os_wildcard_int_file}}"
|
SSLCertificateChainFile: "{{os_wildcard_int_file}}"
|
||||||
|
tags:
|
||||||
|
- openshift
|
||||||
|
|
||||||
- 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