mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
Add osbs and registry for staging
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -483,3 +483,15 @@
|
||||
destname: git
|
||||
proxyurl: http://pkgs01.stg.phx2.fedoraproject.org
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: osbs.fedoraproject.org
|
||||
destname: osbs
|
||||
proxyurl: http://localhost:10047
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: registry.fedoraproject.org
|
||||
destname: registry
|
||||
proxyurl: http://localhost:10048
|
||||
when: env == "staging"
|
||||
|
||||
@@ -480,6 +480,20 @@
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
name: osbs.fedoraproject.org
|
||||
server-aliases: [osbs.stg.fedoraproject.org]
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
name: registry.fedoraproject.org
|
||||
server-aliases: [registry.stg.fedoraproject.org]
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
when: env == "staging"
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user