[SKIP CI] update readme

This commit is contained in:
Drone Shipper 2019-10-28 19:33:45 +00:00
parent b5b081a460
commit 197fad5813
1 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Rule to manage iptables
* [iptables_default_head](#iptables_default_head)
* [iptables_default_tail](#iptables_default_tail)
* [iptables_custom_rules](#iptables_custom_rules)
* [iptables_custom_rules_extra](#iptables_custom_rules_extra)
* [iptables_keep_unmanaged](#iptables_keep_unmanaged)
* [Dependencies](#dependencies)
* [License](#license)
@ -51,6 +52,14 @@ iptables_default_tail: "-A INPUT -j REJECT\n-A FORWARD -j REJECT\n"
iptables_custom_rules: []
```
### iptables_custom_rules_extra
#### Default value
```YAML
iptables_custom_rules_extra: []
```
### iptables_keep_unmanaged
By default this role deletes all iptables rules which are not managed by Ansible. Set this to 'yes', if you want the role to keep unmanaged rules.