Compare commits
3 Commits
b5ea6b702a
...
ddafc09839
Author | SHA1 | Date |
---|---|---|
|
ddafc09839 | |
|
5188250cfc | |
|
f78fe14eae |
|
@ -85,6 +85,8 @@ allow_incoming:
|
|||
port: bootps
|
||||
- protocol: tcp
|
||||
port: ssh
|
||||
- protocol: tcp
|
||||
port: 10050
|
||||
|
||||
|
||||
allow_outgoing:
|
||||
|
@ -106,5 +108,7 @@ allow_outgoing:
|
|||
port: domain
|
||||
- protocol: udp
|
||||
port: ntp
|
||||
- protocol: tcp
|
||||
port: 10051
|
||||
|
||||
trace_dropped: true
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
host_uses_firewalld: false
|
1
hosts
1
hosts
|
@ -67,4 +67,5 @@ zabbix-server
|
|||
zbx0.pyrocufflink.blue
|
||||
|
||||
[zabbix:children]
|
||||
dch-gw
|
||||
pyrocufflink
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
state=enabled
|
||||
tags:
|
||||
- firewalld
|
||||
when: host_uses_firewalld|d(true)
|
||||
notify: save firewalld configuration
|
||||
|
||||
- name: ensure zabbix agent starts at boot
|
||||
|
|
Loading…
Reference in New Issue