vn-ansible/roles/debian-base/handlers/main.yml

25 lines
516 B
YAML
Raw Normal View History

- name: restart-timesyncd
service:
name: systemd-timesyncd
state: restarted
- name: restart-exim
service:
name: exim4
state: restarted
- name: restart-ssh
service:
name: ssh
state: restarted
- name: restart-fail2ban
service:
name: fail2ban
state: restarted
- name: restart-nrpe
service:
name: nagios-nrpe-server
state: restarted
- name: Generate locales
command: /usr/sbin/locale-gen
- name: Reconfigure tzdata
command: dpkg-reconfigure -f noninteractive tzdata