Files
ansible/inventory/host_vars/ks3370405.yml
VC 72326fab41
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m20s
: automate acme.sh certificate issue
2025-04-10 11:56:46 +02:00

14 lines
347 B
YAML

---
web_hostname:
- host: mail-relay.mateu.be
acme_reload_cmd: "systemctl restart postfix.service"
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 }}"
nsd_master: true
nsd_ansible_host: "nsd-master1.ext.mateu.be"