fixing other bits

This commit is contained in:
nazunalika 2021-01-10 03:22:41 -07:00
parent 31d777eebe
commit 852be5c8cd
4 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,6 @@
--- ---
ipaadmin_principal: admin ipaadmin_principal: admin
ipaclient_no_ntp: true
ipaclient_mkhomedir: true ipaclient_mkhomedir: true
ipaserver_realm: ROCKYLINUX.ORG ipaserver_realm: ROCKYLINUX.ORG
ipaserver_hostname: ipa002.rockylinux.org ipaserver_hostname: ipa002.rockylinux.org

View File

@ -16,6 +16,7 @@ ipa001.rockylinux.org ansible_host=10.100.1.110
[ipareplicas] [ipareplicas]
ipa002.rockylinux.org ansible_host=10.100.1.111 ipa002.rockylinux.org ansible_host=10.100.1.111
ipa003.rockylinux.org ansible_host=10.100.1.112
[ipaclients] [ipaclients]
build-a-box.rockylinux.org ansible_host=10.100.1.112 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]
mqtt.boxbuild.rockylinux.org ansible_host=10.100.1.213 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

View File

@ -6,7 +6,6 @@
become: true become: true
vars_files: vars_files:
- vars/vaults/encpass.yml - vars/vaults/encpass.yml
- vars/ipa/ipareplica.yml
# This is to try to avoid the handler issue in pre/post tasks # This is to try to avoid the handler issue in pre/post tasks
handlers: handlers:

View File

@ -11,7 +11,6 @@
become: true become: true
vars_files: vars_files:
- vars/vaults/encpass.yml - vars/vaults/encpass.yml
- vars/ipa/ipaserver.yml
# This is to try to avoid the handler issue in pre/post tasks # This is to try to avoid the handler issue in pre/post tasks
handlers: handlers: