✨: add smtp global relay
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m31s
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m31s
This commit is contained in:
6
inventory/host_vars/ks3370405.yml
Normal file
6
inventory/host_vars/ks3370405.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
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 }}"
|
@@ -14,6 +14,8 @@ all:
|
||||
ansible_host: muse-HP-EliteBook-820-G2.home.arpa
|
||||
pinkypie:
|
||||
ansible_host: pinkypie.home.arpa
|
||||
ks3370405:
|
||||
ansible_host: ks3370405.kimsufi.com
|
||||
|
||||
router:
|
||||
hosts:
|
||||
@@ -76,6 +78,7 @@ disabled_munin:
|
||||
baybay-ponay:
|
||||
muse-HP-EliteBook-820-G2:
|
||||
pinkypie:
|
||||
ks3370405:
|
||||
|
||||
disabled_syslog:
|
||||
hosts:
|
||||
@@ -83,6 +86,7 @@ disabled_syslog:
|
||||
machinbox:
|
||||
muse-HP-EliteBook-820-G2:
|
||||
pinkypie:
|
||||
ks3370405:
|
||||
|
||||
# Those are not servers and should not be configured as such
|
||||
disabled_server_conf:
|
||||
|
Reference in New Issue
Block a user