mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
Adjust order here
This commit is contained in:
@@ -2,9 +2,9 @@ pam_url:
|
||||
{
|
||||
settings:
|
||||
{
|
||||
{% if datacenter == 'phx2' %}
|
||||
{% if environment == 'staging' %}
|
||||
url = "https://fas-all.phx2.fedoraproject.org:8443/"; # URI to fetch
|
||||
{% elif environment == 'staging' %}
|
||||
{% elif datacenter == 'phx2' %}
|
||||
url = "https://fas-all.stg.phx2.fedoraproject.org:8443/"; # URI to fetch
|
||||
{% else %}
|
||||
url = "https://fas-all.vpn.fedoraproject.org:8443/"; # URI to fetch
|
||||
|
||||
Reference in New Issue
Block a user