Initial commit

This commit is contained in:
Tyler Hale 2024-11-24 16:59:28 -07:00
parent 5dec219010
commit 9a2b68a6ef
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96
8 changed files with 137 additions and 5 deletions

View 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