Files
ansible-shorewall/README.md
2018-08-21 10:11:31 +01:00

1.9 KiB

shorewall

Describe your role in a few paragraphs....

Role variables

List of default variables available in the inventory:

---
shorewall_config_opts:
  startup_enabled: 'Yes'
  verbosity: '1'                    # [0=Silent|1=Major|2=All]
  log_level: 'info'
  log_martians: 'Yes'
  log_verbosity: '2'                # [-1=disabled|0=Silent|1=Major|2=All]
  logfile: '/var/log/messages.log'
  logformat: 'Shorewall:%s:%s:'
  loglimit: 's:1/sec:10'
  startup_log: '/var/log/shorewall-init.log'
  docker: 'No'                      # shorewall5 only
  ip_forwarding: 'On'               # [On|Off|Keep]

# default policies go here (if you wish to define them in the role)
shorewall_interfaces_default: []
shorewall_policies_default: []
shorewall_rules_default: []
shorewall_zones_default: []

## define possible overrides so we're not left with empty lists
# define in group_vars/all
shorewall_zones_all: []
shorewall_policies_all: []
shorewall_interfaces_all: []
shorewall_rules_all: []

# define in group_vars/groupname
shorewall_zones_group: []
shorewall_policies_group: [] 
shorewall_interfaces_group: []
shorewall_rules_group: []

# define in host_vars/hostname
shorewall_zones_host: []
shorewall_policies_host: []
shorewall_interfaces_host: []
shorewall_rules_host: []

List of internal variables used by the role:

shorewall_rules
shorewall_interfaces
shorewall_zones
shorewall_policies

Detailed usage guide

Describe how to use in more detail...

Authors and license

shorewall role was written by:

License: MIT


README generated by Ansigenome.