initial commit
This commit is contained in:
commit
88b851cfff
4 changed files with 109 additions and 0 deletions
17
defaults/main.yml
Normal file
17
defaults/main.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue