A bit more adjustment to get the staging ssl certs setup right.
This commit is contained in:
parent
eb0c65f995
commit
474c68009d
1 changed files with 7 additions and 1 deletions
|
@ -77,6 +77,12 @@
|
|||
SSLCertificateChainFile: wildcard-2014.stg.fedoraproject.org.intermediate.cert
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
name: mirrorlist-phx2.stg.phx2.fedoraproject.org
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
SSLCertificateChainFile: wildcard-2014.stg.fedoraproject.org.intermediate.cert
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/certificate
|
||||
name: wildcard-2014.fedoraproject.org
|
||||
SSLCertificateChainFile: wildcard-2014.fedoraproject.org.intermediate.cert
|
||||
|
@ -90,7 +96,7 @@
|
|||
- mirrorlist-host1plus.fedoraproject.org
|
||||
- mirrorlist-ibiblio.fedoraproject.org
|
||||
- mirrorlist-osuosl.fedoraproject.org
|
||||
- mirrorlist-phx2.stg.phx2.fedoraproject.org
|
||||
when: env != "staging"
|
||||
|
||||
- mirrormanager/mirrorlist2
|
||||
- sudo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue