Ignore:
Timestamp:
Apr 28, 2017, 12:00:07 AM (7 years ago)
Author:
Bruno Cornec
Message:

Adds system role and fix many other ones

File:
1 edited

Legend:

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

    r3656 r3657  
    5757  - { action: ACCEPT, source: fw, destination: net, protocol: tcp, destination_port: 80 }
    5858  - { action: ACCEPT, source: fw, destination: net, protocol: tcp, destination_port: 443}
     59  # Outgoing SPAM
     60  - { action: ACCEPT, source: fw, destination: net, protocol: tcp, destination_port: 9999 }
     61  # Outgoing SMTP
     62- { action: ACCEPT, source: fw, destination: net:{{ smtp }}, protocol: tcp, destination_port: 25 }
     63  # Outgoing PING
     64  - { action: ACCEPT, source: fw, destination: net, protocol: icmp, destination_port: 8 }
Note: See TracChangeset for help on using the changeset viewer.