[ldap-client] host looks into ldap before making a dns request
parent
52e237b0cf
commit
7011f816ef
|
@ -43,7 +43,7 @@
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/nsswitch.conf
|
dest: /etc/nsswitch.conf
|
||||||
regexp: "^{{ item }}:"
|
regexp: "^{{ item }}:"
|
||||||
line: "{{ item }}: files dns ldap"
|
line: "{{ item }}: files ldap dns"
|
||||||
loop:
|
loop:
|
||||||
- hosts
|
- hosts
|
||||||
notify: Restart nslcd service
|
notify: Restart nslcd service
|
||||||
|
|
Loading…
Reference in New Issue