Splitt 'nis.yaml' into 'nis-install-client.yml' and 'nis-install-server.yml'. Some more changes..

This commit is contained in:
2019-11-28 11:10:13 +01:00
parent b0d212deec
commit 9b3973d39f
11 changed files with 576 additions and 106 deletions

View File

@ -12,3 +12,15 @@
enabled: yes
when:
- "groups['nfs_server']|string is search(inventory_hostname)"
- name: Restart systemd-logind.service
service:
name: systemd-logind
daemon_reload: yes
state: restarted
- name: Restart rpcbind
service:
name: rpcbind
daemon_reload: yes
state: restarted