2024-09-24 07:38:05 +00:00
|
|
|
- name: restart-timesyncd
|
|
|
|
service:
|
|
|
|
name: systemd-timesyncd
|
|
|
|
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
|
2024-10-07 13:42:12 +00:00
|
|
|
- name: generate locales
|
2024-10-07 11:10:30 +00:00
|
|
|
command: /usr/sbin/locale-gen
|
2024-10-07 13:42:12 +00:00
|
|
|
- name: reconfigure tzdata
|
2024-10-07 11:10:30 +00:00
|
|
|
command: dpkg-reconfigure -f noninteractive tzdata
|
2024-10-07 13:42:12 +00:00
|
|
|
- name: update exim configuration
|
2024-10-08 14:12:56 +00:00
|
|
|
command: /usr/sbin/update-exim4.conf
|