diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2017-04-24 23:18:02 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2017-04-24 23:18:02 +0000 |
| commit | 6c3fc46eba047c0469b28ce4e2a8a23a2d6409e8 (patch) | |
| tree | fd8c6570839e92f600225cf4017b5debe08774b9 /playbooks/include | |
| parent | 4aa73f62ed3a16cff7167b5f6c67695931190cfb (diff) | |
| download | ansible-6c3fc46eba047c0469b28ce4e2a8a23a2d6409e8.tar.gz ansible-6c3fc46eba047c0469b28ce4e2a8a23a2d6409e8.tar.xz ansible-6c3fc46eba047c0469b28ce4e2a8a23a2d6409e8.zip | |
make keys.fedoraproject.org use proxies. ticket 5841
Diffstat (limited to 'playbooks/include')
| -rw-r--r-- | playbooks/include/proxies-reverseproxy.yml | 5 | ||||
| -rw-r--r-- | playbooks/include/proxies-websites.yml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 8367adc49..ee13fe43e 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -622,3 +622,8 @@ localpath: / proxyurl: http://data-analysis01.phx2.fedoraproject.org + - role: httpd/reverseproxy + website: keys.fedoraproject.org + destname: keys + keephost: true + proxyurl: http://keys02 diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 05dc8bad2..76b648a33 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -460,6 +460,11 @@ - modernpaste.stg.fedoraproject.org sslonly: true cert_name: "{{wildcard_cert_name}}" + + - role: httpd/website + name: keys.fedoraproject.org + sslonly: true + cert_name: "{{wildcard_cert_name}}" # # Make a website here so we can redirect it to paste.fedoraproject.org # |
