add staging in and fix up some hostnames
This commit is contained in:
parent
1b289a0382
commit
ea635849cb
1 changed files with 11 additions and 1 deletions
|
@ -904,7 +904,17 @@
|
|||
ssl: true
|
||||
sslonly: true
|
||||
certbot: true
|
||||
certbot_addhost: pkgs02.fedoraproject.org
|
||||
certbot_addhost: pkgs02.phx2.fedoraproject.org
|
||||
tags:
|
||||
- pkgs.fedoraproject.org
|
||||
when: env == "production" and "phx2" in inventory_hostname
|
||||
|
||||
- role: httpd/website
|
||||
site_name: pkgs.stg.fedoraproject.org
|
||||
ssl: true
|
||||
sslonly: true
|
||||
certbot: true
|
||||
certbot_addhost: pkgs01.stg.phx2.fedoraproject.org
|
||||
tags:
|
||||
- pkgs.fedoraproject.org
|
||||
when: env == "staging" and "phx2" in inventory_hostname
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue