initial commit

This commit is contained in:
2018-08-21 10:11:31 +01:00
commit e1bcd8bac1
15 changed files with 697 additions and 0 deletions

78
README.md Normal file
View File

@@ -0,0 +1,78 @@
## shorewall
<!-- This file was generated by Ansigenome. Do not edit this file directly but
instead have a look at the files in the ./meta/ directory. -->
Describe your role in a few paragraphs....
### Role variables
List of default variables available in the inventory:
```YAML
---
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:
- [Simon Weald](https://www.simonweald.com) | [e-mail](mailto:simon@simonweald.com) | [Twitter](https://twitter.com/analbeard)
License: [MIT](https://tldrlegal.com/license/mit-license)
***
README generated by [Ansigenome](https://github.com/nickjj/ansigenome/).