initial commit

This commit is contained in:
nd 2020-04-30 13:51:19 +02:00
commit 88b851cfff
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
4 changed files with 109 additions and 0 deletions

17
defaults/main.yml Normal file
View file

@ -0,0 +1,17 @@
firewall:
defaults:
all:
statement: accept
matches: ~
input: {}
forward: {}
output: {}
chains:
input:
allow_ssh: tcp dport ssh
output: {}
forward: {}
policies:
input: drop
output: accept
forward: drop