change to ufw from firewalld

This commit is contained in:
2022-02-05 20:00:55 +01:00
parent 6cd64d6f29
commit 2677085a15
9 changed files with 55 additions and 29 deletions

View File

@ -11,3 +11,9 @@
name: mariadb
state: restarted
enabled: yes
- name: Allow mysql port via ufw
community.general.ufw:
rule: allow
port: 3306
proto: tcp