Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/firewall into master
This commit is contained in:
commit
9e03ccc641
2 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,10 @@
|
|||
|
||||
flush ruleset
|
||||
|
||||
{% for i in firewall.vars %}
|
||||
define {{ i }} = { {{ firewall.vars[i]|join(', ') }} }
|
||||
{% endfor %}
|
||||
|
||||
table inet filter {
|
||||
chain input {
|
||||
type filter hook input priority 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue