pending changes
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m26s

This commit is contained in:
VC
2025-04-01 15:50:01 +02:00
parent a94e9fcc9e
commit 9887997d6a
6 changed files with 61 additions and 1 deletions

View File

@@ -34,6 +34,11 @@
src: "{{ item }}"
loop: "{{ ufw_allowed_smtp_ips }}"
- name: Allow incoming DNS
community.general.ufw:
rule: allow
port: domain
- name: Set logging
community.general.ufw:
logging: "on"