1
0
Fork 0
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:
L3D 2021-01-25 23:36:27 +01:00
parent 7591ba72e2
commit 19a9a913e0
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -49,7 +49,12 @@ firewall_allowed_tcp_ports:
- "22"
- "25"
- "80"
- "143"
- "443"
- "465"
- "587"
- "993"
- "4190"
# mysql
mysql_bind_address: "{{ _mysql_bind_address }}"