mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
define firewall for mail
This commit is contained in:
parent
7591ba72e2
commit
19a9a913e0
1 changed files with 5 additions and 0 deletions
|
@ -49,7 +49,12 @@ firewall_allowed_tcp_ports:
|
|||
- "22"
|
||||
- "25"
|
||||
- "80"
|
||||
- "143"
|
||||
- "443"
|
||||
- "465"
|
||||
- "587"
|
||||
- "993"
|
||||
- "4190"
|
||||
|
||||
# mysql
|
||||
mysql_bind_address: "{{ _mysql_bind_address }}"
|
||||
|
|
Loading…
Reference in a new issue