mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 21:10:20 +08:00
[ipsilon] Add RDU3 centos machines
To prevent removing RDU3 centos machines from HBAC rule let's add them to task. For more info see https://pagure.io/fedora-infrastructure/issue/12514
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
ipahbacrule:
|
||||
name: ipsilon
|
||||
action: member
|
||||
host: "{{ (env == 'production')|ternary('ipsilon.iad2.centos.org', 'ipsilon.stg.iad2.centos.org') }}"
|
||||
host: "{{ (env == 'production')|ternary(['ipsilon.iad2.centos.org', 'ipsilon.rdu3.centos.org'], ['ipsilon.stg.iad2.centos.org', 'ipsilon.stg.rdu3.centos.org']) }}"
|
||||
ipaadmin_password: "{{ ipa_admin_password }}"
|
||||
tags:
|
||||
- ipsilon
|
||||
|
||||
Reference in New Issue
Block a user