Files
ansible/inventory/host_vars/ks3370405.yml
VC 32e33289bf
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m16s
: add smtp global relay
2025-03-29 08:27:18 +01:00

7 lines
162 B
YAML

---
allowed_smtp_ips: ["82.66.135.228", "80.67.179.200"]
global_smtp_relay_allowed_ips: "{{ allowed_smtp_ips }}"
ufw_allowed_smtp_ips: "{{ allowed_smtp_ips }}"