summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2014-12-08 14:24:46 +0000
committerRalph Bean <rbean@redhat.com>2014-12-08 14:24:46 +0000
commit9015ed37f17dca461fe59b77a6d968bfe5926ae7 (patch)
treea9dfb9abd858020b448189dab456aedeb9668db5
parent09ca2f91244c107ec3c2dd89f484daf98fec6b76 (diff)
downloadansible-9015ed37f17dca461fe59b77a6d968bfe5926ae7.tar.gz
ansible-9015ed37f17dca461fe59b77a6d968bfe5926ae7.tar.xz
ansible-9015ed37f17dca461fe59b77a6d968bfe5926ae7.zip
Some typo fixes to the httpd/website stuff.
-rw-r--r--playbooks/groups/proxies-websites.yml21
1 files changed, 19 insertions, 2 deletions
diff --git a/playbooks/groups/proxies-websites.yml b/playbooks/groups/proxies-websites.yml
index 8ccb63d6d..662df9f2f 100644
--- a/playbooks/groups/proxies-websites.yml
+++ b/playbooks/groups/proxies-websites.yml
@@ -118,7 +118,7 @@
- role: httpd/website
name: mirrors.fedoraproject.org
- GGserver_aliases: [mirrors.stg.fedoraproject.org]
+ server_aliases: [mirrors.stg.fedoraproject.org]
- role: httpd/website
name: download.fedoraproject.org
@@ -295,32 +295,48 @@
sslonly: true
gzip: true
+ # Kinda silly that we have two entries here, one for prod and one for stg.
+ # This is inherited from our puppet setup -- we can collapse them as soon as
+ # is convenient. -- threebean
- role: httpd/website
name: taskotron.fedoraproject.org
+ server_aliases: [taskotron.fedoraproject.org]
+ sslonly: true
+
+ - role: httpd/website
+ name: taskotron.stg.fedoraproject.org
server_aliases: [taskotron.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
- gzip: true
+ when: env == "staging"
- role: httpd/website
name: lists.fedoraproject.org
server_aliases: [lists.stg.fedoraproject.org]
sslonly: true
+ # Set this explicitly to stg here.. as per the original puppet config.
+ SSLCertificateChainFile: wildcard-2014.stg.fedoraproject.org.intermediate.cert
when: env == "staging"
- role: httpd/website
name: id.fedoraproject.org
server_aliases:
- "*.id.fedoraproject.org"
+ cert_name: wildcard-2014.id.fedoraproject.org
+ SSLCertificateChainFile: wildcard-2014.id.fedoraproject.org.intermediate.cert
when: env == "staging"
- role: httpd/website
name: id.stg.fedoraproject.org
server_aliases:
- "*.id.stg.fedoraproject.org"
+ SSLCertificateChainFile: wildcard-2014.stg.fedoraproject.org.intermediate.cert
when: env == "staging"
- role: httpd/website
name: getfedora.org
+ ips: "{{fpo_ips}}"
server_aliases: [stg.getfedora.org]
sslonly: true
cert_name: getfedora.org
@@ -328,6 +344,7 @@
- role: httpd/website
name: qa.fedoraproject.org
+ ips: "{{fpo_ips}}"
server_aliases: [qa.stg.fedoraproject.org]
sslonly: true