Changeset 3667 in MondoRescue for branches/3.3/ansible/roles/shorewall/defaults
- Timestamp:
- Jun 7, 2017, 3:03:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/ansible/roles/shorewall/defaults/main.yml
r3657 r3667 41 41 - { action: ACCEPT, source: net, destination: fw, protocol: tcp, destination_port: 20 } 42 42 - { action: ACCEPT, source: net, destination: fw, protocol: tcp, destination_port: 21 } 43 # Incoming SMTP 44 - { action: ACCEPT, source: "net:{{ smtp }}", destination: fw, protocol: tcp, destination_port: 25 } 43 45 # Incoming NTP 44 46 - { action: ACCEPT, source: net, destination: fw, protocol: tcp, destination_port: 123 } … … 60 62 - { action: ACCEPT, source: fw, destination: net, protocol: tcp, destination_port: 9999 } 61 63 # Outgoing SMTP 62 - { action: ACCEPT, source: fw, destination: net:{{ smtp }}, protocol: tcp, destination_port: 25 } 64 - { action: ACCEPT, source: fw, destination: "net:{{ smtp }}", protocol: tcp, destination_port: 25 } 65 # Outgoing SSH 66 - { action: ACCEPT, source: fw, destination: net, protocol: tcp, destination_port: 22 } 63 67 # Outgoing PING 64 68 - { action: ACCEPT, source: fw, destination: net, protocol: icmp, destination_port: 8 }
Note:
See TracChangeset
for help on using the changeset viewer.