✨: add smtp global relay
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m31s
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m31s
This commit is contained in:
9
inventory/host_vars/ks3370405.yml
Normal file
9
inventory/host_vars/ks3370405.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
web_hostname:
|
||||
- host: mail-relay.mateu.be
|
||||
|
||||
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 }}"
|
Reference in New Issue
Block a user