Implement basic LAN client.
This commit is contained in:
parent
ce6bd53319
commit
bbcf45bbeb
7 changed files with 126 additions and 2 deletions
14
roles/lan-client/handlers/main.yml
Normal file
14
roles/lan-client/handlers/main.yml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue