Create candidate registry at proxy

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-08-29 16:44:36 +00:00
parent 085a2b63fc
commit 0cd6667e7f
4 changed files with 23 additions and 0 deletions

View file

@ -498,6 +498,13 @@
sslonly: true
cert_name: "{{wildcard_cert_name}}"
- role: httpd/website
name: candidate-registry.fedoraproject.org
server_aliases: [candidate-registry.stg.fedoraproject.org]
sslonly: true
cert_name: "{{wildcard_cert_name}}"
when: env == "staging"
- role: httpd/website
name: retrace.fedoraproject.org
server_aliases: [retrace.stg.fedoraproject.org]