mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-12-22 02:58:28 +00:00
fixing other bits
This commit is contained in:
parent
31d777eebe
commit
852be5c8cd
@ -1,7 +1,6 @@
|
||||
---
|
||||
|
||||
ipaadmin_principal: admin
|
||||
ipaclient_no_ntp: true
|
||||
ipaclient_mkhomedir: true
|
||||
ipaserver_realm: ROCKYLINUX.ORG
|
||||
ipaserver_hostname: ipa002.rockylinux.org
|
||||
|
@ -16,6 +16,7 @@ ipa001.rockylinux.org ansible_host=10.100.1.110
|
||||
|
||||
[ipareplicas]
|
||||
ipa002.rockylinux.org ansible_host=10.100.1.111
|
||||
ipa003.rockylinux.org ansible_host=10.100.1.112
|
||||
|
||||
[ipaclients]
|
||||
build-a-box.rockylinux.org ansible_host=10.100.1.112
|
||||
@ -60,3 +61,8 @@ ppc64le-03.boxbuild.rockylinux.org ansible_host=10.100.1.212
|
||||
|
||||
[mqtt]
|
||||
mqtt.boxbuild.rockylinux.org ansible_host=10.100.1.213
|
||||
|
||||
[rabbitmq]
|
||||
rabbitmq01.rockylinux.org ansible_host=10.100.1.214
|
||||
rabbitmq02.rockylinux.org ansible_host=10.100.1.215
|
||||
rabbitmq03.rockylinux.org ansible_host=10.100.1.216
|
||||
|
@ -6,7 +6,6 @@
|
||||
become: true
|
||||
vars_files:
|
||||
- vars/vaults/encpass.yml
|
||||
- vars/ipa/ipareplica.yml
|
||||
|
||||
# This is to try to avoid the handler issue in pre/post tasks
|
||||
handlers:
|
||||
|
@ -11,7 +11,6 @@
|
||||
become: true
|
||||
vars_files:
|
||||
- vars/vaults/encpass.yml
|
||||
- vars/ipa/ipaserver.yml
|
||||
|
||||
# This is to try to avoid the handler issue in pre/post tasks
|
||||
handlers:
|
||||
|
Loading…
Reference in New Issue
Block a user