Files
ansible/inventory/host_vars/ks3370405.yml
VC f214e40aac
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m29s
pending changes
2025-04-01 16:06:54 +02:00

10 lines
227 B
YAML

---
web_hostname:
- host: mail-relay.mateu.be
allowed_smtp_ips: "{{ [global_public_ip_address] + ['80.67.179.200'] }}"
global_smtp_relay_allowed_ips: "{{ allowed_smtp_ips }}"
ufw_allowed_smtp_ips: "{{ allowed_smtp_ips }}"