forgot template

This commit is contained in:
nazunalika 2021-02-04 19:50:06 -07:00
parent e4fa27269c
commit f9cf2f890b
Signed by: label
GPG Key ID: CB6D9706D138D190
2 changed files with 7 additions and 11 deletions

View File

@ -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

View 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