pending changes
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m29s
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m29s
This commit is contained in:
3
inventory/group_vars/all/global.yml
Normal file
3
inventory/group_vars/all/global.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
global_public_ip_address: 82.66.135.228
|
@@ -3,7 +3,7 @@
|
||||
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 }}"
|
||||
|
@@ -25,6 +25,7 @@ physicalservers:
|
||||
hosts:
|
||||
frederica:
|
||||
serenor:
|
||||
ks3370405:
|
||||
|
||||
webservers:
|
||||
hosts:
|
||||
|
Reference in New Issue
Block a user