Move firewall script to roles. Adjust hosts. ..
This commit is contained in:
59
host_vars/test.mx.oopen.de.yml
Normal file
59
host_vars/test.mx.oopen.de.yml
Normal file
@ -0,0 +1,59 @@
|
||||
---
|
||||
|
||||
# ---
|
||||
# vars used by role 'firewall'
|
||||
# ---
|
||||
|
||||
is_web_server: true
|
||||
|
||||
is_mail_server: true
|
||||
dovecot_auth_service_port: 44444
|
||||
has_dovecot_auth_service_ipv4: false
|
||||
has_dovecot_auth_service_ipv6: false
|
||||
dovecot_auth_allowed_network_ipv4:
|
||||
- 192.68.11.79
|
||||
dovecot_auth_allowed_network_ipv6:
|
||||
- 2001:678:a40:3000::/64
|
||||
- 2a01:30:0:13:2f7:50ff:fed2:cef7
|
||||
|
||||
# ---
|
||||
# vars used by roles/ansible_dependencies
|
||||
# ---
|
||||
|
||||
|
||||
# ---
|
||||
# vars used by roles/common/tasks/basic.yml
|
||||
# ---
|
||||
|
||||
|
||||
# ---
|
||||
# vars used by apt.yml
|
||||
# ---
|
||||
|
||||
|
||||
# ---
|
||||
# vars used by roles/common/tasks/sshd.yml
|
||||
# ---
|
||||
|
||||
|
||||
# ---
|
||||
# vars used by roles/common/tasks/users.yml
|
||||
# ---
|
||||
|
||||
|
||||
# ---
|
||||
# vars used by roles/common/tasks/sudoers.yml
|
||||
# ---
|
||||
|
||||
insert_sudoers_back_postgres_privileges: True
|
||||
|
||||
insert_sudoers_postfixadmin_privileges: True
|
||||
|
||||
|
||||
# ==============================
|
||||
|
||||
|
||||
# ---
|
||||
# vars used by scripts/reset_root_passwd.yml
|
||||
# ---
|
||||
|
Reference in New Issue
Block a user