ansible-roles/postgresql/handlers/main.yml
Eric Morino 6c4f696ec5
Tous les contrôles ont réussi
continuous-integration/drone/push Build is passing
Set handler postgresql with systemctl daemon-reload
2020-03-09 18:04:22 +01:00

26 lignes
501 B
YAML

---
- name: restart munin-node
service:
name: munin-node
state: restarted
- name: restart nagios-nrpe-server
service:
name: nagios-nrpe-server
state: restarted
- name: restart postgresql
systemd:
name: postgresql
state: restarted
daemon_reload: yes
- name: reload systemd
command: systemctl daemon-reload
- name: Restart minifirewall
command: /etc/init.d/minifirewall restart
- name: reconfigure locales
command: dpkg-reconfigure -f noninteractive locales