Add firewall rules

This commit is contained in:
KemoNine 2020-08-05 00:08:07 +00:00
parent 79a67fdb32
commit 11979a8a65
1 changed files with 7 additions and 0 deletions

View File

@ -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