diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-08-23 22:37:52 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-08-23 22:37:52 +0000 |
commit | c4b70f4ee2ffbe3f40ed8c18b936a7375b9468fb (patch) | |
tree | 855c08dac527931b080bea6358bab3027b247d0b | |
parent | bab71d37e4e727abee3739d50e5d47c8aea38a2e (diff) | |
download | ansible-c4b70f4ee2ffbe3f40ed8c18b936a7375b9468fb.tar.gz ansible-c4b70f4ee2ffbe3f40ed8c18b936a7375b9468fb.tar.xz ansible-c4b70f4ee2ffbe3f40ed8c18b936a7375b9468fb.zip |
Lets see if we can do tags on role statements
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r-- | playbooks/include/proxies-websites.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 62fc14460..76846c432 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -559,6 +559,8 @@ server_aliases: [os.stg.fedoraproject.org] sslonly: true cert_name: "{{wildcard_cert_name}}" + tags: + - openshift - role: httpd/website name: app.os.fedoraproject.org @@ -566,6 +568,8 @@ sslonly: true cert_name: "{{os_wildcard_cert_name}}" SSLCertificateChainFile: "{{os_wildcard_int_file}}" + tags: + - openshift - role: httpd/website name: registry.fedoraproject.org |