ansible-role-firewall/defaults/main.yml
2020-04-30 13:51:19 +02:00

17 lines
265 B
YAML

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