scripts/ansible/handlers.yml

24 lines
389 B
YAML
Raw Normal View History

2019-08-25 14:17:20 -04:00
---
- name: Restart chrony service
service:
name: chrony
state: restarted
- name: Restart sshd service
service:
name: sshd
state: restarted
2019-09-02 01:29:24 -04:00
- name: Restart systemd-logind service
service:
name: systemd-logind
state: restarted
- name: Enable weechat service
service:
name: weechat
enabled: yes
2019-08-25 14:17:20 -04:00
- name: Re-export exportfs
command: exportfs -arv