✨: nsd, the comeback
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m4s
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m4s
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user