mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 05:20:49 +08:00
attempt to stg cutover to modernpaste
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
@@ -138,6 +138,13 @@
|
||||
website: paste.fedoraproject.org
|
||||
destname: sticky-notes
|
||||
proxyurl: "{{ varnish_url }}"
|
||||
when: env != "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: paste.fedoraproject.org
|
||||
destname: modernpaste
|
||||
proxyurl: http://localhost:10055
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: admin.fedoraproject.org
|
||||
@@ -569,12 +576,6 @@
|
||||
proxyurl: http://localhost:10052
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: modernpaste.fedoraproject.org
|
||||
destname: modernpaste
|
||||
proxyurl: http://localhost:10055
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: koji.fedoraproject.org
|
||||
destname: koji
|
||||
|
||||
Reference in New Issue
Block a user