Add firewall rules
This commit is contained in:
parent
79a67fdb32
commit
11979a8a65
|
@ -48,3 +48,10 @@
|
|||
tags:
|
||||
- monit-config
|
||||
- monit-fim
|
||||
- name: Setup firewall rule
|
||||
firewalld:
|
||||
port: 2812/tcp
|
||||
zone: public
|
||||
permanent: yes
|
||||
state: enabled
|
||||
immediate: yes
|
||||
|
|
Loading…
Reference in a new issue