forgot to add beaker-stg to master.yml and websites
This commit is contained in:
parent
3b8ff97fa9
commit
6d5ef51f05
2 changed files with 11 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
- include: /srv/web/infra/ansible/playbooks/groups/badges-web.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/bastion.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/beaker.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/beaker-stg.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/blockerbugs.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/bodhi.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/bodhi-backend.yml
|
||||
|
|
|
@ -451,3 +451,13 @@
|
|||
server_aliases: [geoip.stg.fedoraproject.org]
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
name: beaker.stg.fedoraproject.org
|
||||
server_aliases: [beaker.stg.fedoraproject.org]
|
||||
# Set this explicitly to stg here.. as per the original puppet config.
|
||||
SSLCertificateChainFile: wildcard-2014.stg.fedoraproject.org.intermediate.cert
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
when: env == "staging"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue