Files
ansible/inventory/host_vars/ks3370405.yml
VC ed61026b45
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m22s
: add smtp global relay
2025-03-29 11:44:21 +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 }}"