add missing vars files
This commit is contained in:
parent
3926329c77
commit
7040c710d1
@ -1,2 +1,6 @@
|
|||||||
---
|
---
|
||||||
# Handlers
|
# Handlers
|
||||||
|
- name: reload_networkmanager
|
||||||
|
ansible.builtin.service:
|
||||||
|
name: NetworkManager
|
||||||
|
state: reloaded
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
- name: Configure IPA server
|
- name: Configure IPA server
|
||||||
hosts: ipareplica
|
hosts: ipareplica
|
||||||
become: true
|
become: true
|
||||||
|
vars_files:
|
||||||
|
- 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:
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
- name: Configure IPA server
|
- name: Configure IPA server
|
||||||
hosts: ipaserver
|
hosts: ipaserver
|
||||||
become: true
|
become: true
|
||||||
|
vars_files:
|
||||||
|
- 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:
|
||||||
|
@ -11,6 +11,6 @@ ipaserver_setup_firewalld: true
|
|||||||
ipaclient_no_ntp: true
|
ipaclient_no_ntp: true
|
||||||
ipaclient_mkhomedir: true
|
ipaclient_mkhomedir: true
|
||||||
ipaserver_no_hbac_allow: true
|
ipaserver_no_hbac_allow: true
|
||||||
ipaserver_reverse_zones: ["32.10.in-addr.arpa."]
|
ipaserver_reverse_zones: ["32.10.in-addr.arpa.", "61.10.in-addr.arpa."]
|
||||||
ipatype: server
|
ipatype: server
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user