feat: move stuff around part 3
This commit is contained in:
parent
e4b10b3750
commit
c0082d4bc3
12 changed files with 1 additions and 7 deletions
8
roles/zabbix_agent/handlers/main.yaml
Normal file
8
roles/zabbix_agent/handlers/main.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
# zabbix agent
|
||||
- name: "restart zabbix-agent"
|
||||
ansible.builtin.service:
|
||||
name: "zabbix-agent2"
|
||||
enabled: true
|
||||
state: "restarted"
|
||||
Loading…
Add table
Add a link
Reference in a new issue