Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/firewall into master

This commit is contained in:
nd 2020-08-02 20:29:45 +02:00
commit 9e03ccc641
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 5 additions and 0 deletions

View file

@ -19,3 +19,4 @@ firewall:
input: drop
output: accept
forward: drop
vars: {}

View file

@ -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;