mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 04:00:25 +08:00
Allow using of the IPA API
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -174,6 +174,14 @@
|
||||
proxyurl: http://localhost:10053
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: id.stg.fedoraproject.org
|
||||
destname: 00-ipa
|
||||
remotepath: /ipa
|
||||
localpath: /ipa
|
||||
proxyurl: http://localhost:10053
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: id.fedoraproject.org
|
||||
destname: id
|
||||
@@ -188,6 +196,14 @@
|
||||
proxyurl: http://localhost:10053
|
||||
when: env != "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: id.fedoraproject.org
|
||||
destname: 00-ipa
|
||||
remotepath: /ipa
|
||||
localpath: /ipa
|
||||
proxyurl: http://localhost:10053
|
||||
when: env != "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: apps.fedoraproject.org
|
||||
destname: datagrepper
|
||||
|
||||
Reference in New Issue
Block a user