+Public first commit

This commit is contained in:
pmj
2019-12-19 20:36:21 +01:00
commit ac94980413
16 changed files with 312 additions and 0 deletions

7
handlers/main.yml Executable file
View File

@@ -0,0 +1,7 @@
---
# handlers file for zabbix-agent
- name: zabbix-agent restart
systemd:
name: zabbix-agent
state: restarted
enabled: yes