add staging in and fix up some hostnames

This commit is contained in:
Kevin Fenzi 2018-08-15 20:02:51 +00:00
parent 1b289a0382
commit ea635849cb

View file

@ -904,7 +904,17 @@
ssl: true ssl: true
sslonly: true sslonly: true
certbot: true certbot: true
certbot_addhost: pkgs02.fedoraproject.org certbot_addhost: pkgs02.phx2.fedoraproject.org
tags: tags:
- pkgs.fedoraproject.org - pkgs.fedoraproject.org
when: env == "production" and "phx2" in inventory_hostname 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