Implement basic LAN client.

This commit is contained in:
Andreas B. Mundt 2019-11-18 18:45:07 +01:00
parent ce6bd53319
commit bbcf45bbeb
7 changed files with 126 additions and 2 deletions

View file

@ -0,0 +1,14 @@
- name: restart sssd
service: name=sssd state=restarted enabled=yes
listen: "restart sssd"
- name: reload systemd
systemd:
daemon_reload: yes
listen: "reload systemd"
- name: restart rpc-gssd
systemd:
name: rpc-gssd
state: restarted
notify: "restart rpc-gssd"