forgot template
This commit is contained in:
parent
e4fa27269c
commit
f9cf2f890b
@ -37,17 +37,6 @@
|
||||
notify:
|
||||
- reload_networkmanager
|
||||
|
||||
- name: Ensure resolv.conf is pointing to main master
|
||||
template:
|
||||
src: etc/resolv.conf.j2
|
||||
dest: /etc/resolv.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
backup: true
|
||||
notify:
|
||||
- reload_networkmanager
|
||||
|
||||
roles:
|
||||
- role: freeipa.ansible_freeipa.ipareplica
|
||||
state: present
|
||||
|
7
templates/tmp/binder_template.update
Normal file
7
templates/tmp/binder_template.update
Normal file
@ -0,0 +1,7 @@
|
||||
dn: uid={{ ipa_binder_name }},cn=sysaccounts,cn=etc,dc=rockylinux,dc=org
|
||||
add:objectclass:account
|
||||
add:objectclass:simplesecurityobject
|
||||
add:uid:{{ ipa_binder_name }}
|
||||
add:userPassword:{{ ipa_binder_password }}
|
||||
add:passwordExpirationTime:20380119031407Z
|
||||
add:nsIdleTimeout:0
|
Loading…
Reference in New Issue
Block a user