aboutsummaryrefslogtreecommitdiffstats
path: root/roles/proxmox_hypervisor/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/proxmox_hypervisor/handlers/main.yml')
-rw-r--r--roles/proxmox_hypervisor/handlers/main.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/roles/proxmox_hypervisor/handlers/main.yml b/roles/proxmox_hypervisor/handlers/main.yml
new file mode 100644
index 0000000..63fe760
--- /dev/null
+++ b/roles/proxmox_hypervisor/handlers/main.yml
@@ -0,0 +1,24 @@
+- name: restart chrony
+ systemd:
+ name: chronyd
+ state: restarted
+
+- name: restart postfix
+ systemd:
+ name: postfix
+ state: restarted
+
+- name: restart rsyslog
+ systemd:
+ name: rsyslog
+ state: restarted
+
+- name: restart zfs-zed
+ systemd:
+ name: zfs-zed
+ state: restarted
+
+- name: restart snmpd
+ systemd:
+ name: snmpd
+ state: restarted