✨: 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:
3
inventory/host_vars/dns1.yml
Normal file
3
inventory/host_vars/dns1.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
natted_ipv4: "{{ global_public_ip_address }}"
|
@@ -3,7 +3,9 @@
|
||||
web_hostname:
|
||||
- host: mail-relay.mateu.be
|
||||
|
||||
allowed_smtp_ips: ["82.66.135.228", "80.67.179.200"]
|
||||
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
|
||||
|
Reference in New Issue
Block a user