This commit is contained in:
2022-11-06 06:55:50 -06:00
parent 962457f45f
commit 619b2e6eec
3 changed files with 14 additions and 1 deletions

View File

@@ -125,3 +125,10 @@
# owner: "root"
# force: yes
# mode: 'a+x'
- ansible.posix.firewalld:
zone: public
service: "{{ item }}"
permanent: yes
state: disabled
with_items: "{{ firewall_to_disable }}"