Ignore:
Timestamp:
Jun 7, 2017, 3:03:17 AM (7 years ago)
Author:
Bruno Cornec
Message:

Many updates to MR setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/ansible/roles/shorewall/defaults/main.yml

    r3657 r3667  
    4141  - { action: ACCEPT, source: net, destination: fw, protocol: tcp, destination_port: 20 }
    4242  - { 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 }
    4345  # Incoming NTP
    4446  - { action: ACCEPT, source: net, destination: fw, protocol: tcp, destination_port: 123 }
     
    6062  - { action: ACCEPT, source: fw, destination: net, protocol: tcp, destination_port: 9999 }
    6163  # 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 }
    6367  # Outgoing PING
    6468  - { action: ACCEPT, source: fw, destination: net, protocol: icmp, destination_port: 8 }
Note: See TracChangeset for help on using the changeset viewer.