feat: initial commit
This commit is contained in:
commit
8cee41cfa8
16 changed files with 328 additions and 0 deletions
8
handlers/main.yaml
Normal file
8
handlers/main.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
# zabbix server
|
||||
- name: "restart zabbix-server"
|
||||
ansible.builtin.service:
|
||||
name: "zabbix-server"
|
||||
state: "restarted"
|
||||
enabled: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue