Initial commit
This commit is contained in:
parent
5dec219010
commit
9a2b68a6ef
8 changed files with 137 additions and 5 deletions
12
roles/zabbixAgent/handlers/main.yml
Normal file
12
roles/zabbixAgent/handlers/main.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
# file: roles/docker/zabbixAgent/main.yml
|
||||
|
||||
- name: Restart zabbix-agent2
|
||||
service:
|
||||
name: zabbix-agent2
|
||||
state: restarted
|
||||
|
||||
- name: Reload firewalld
|
||||
service:
|
||||
name: firewalld
|
||||
state: reloaded
|
Loading…
Add table
Add a link
Reference in a new issue