scripts/ansible/handlers.yml

19 lines
311 B
YAML
Raw Normal View History

2019-08-25 14:17:20 -04:00
---
- name: Restart systemd-logind service
service:
name: systemd-logind
state: restarted
- name: Restart chrony service
service:
name: chrony
state: restarted
- name: Restart sshd service
service:
name: sshd
state: restarted
- name: Re-export exportfs
command: exportfs -arv