feat: various fixes
This commit is contained in:
parent
8f396d90b6
commit
89eaee1139
27 changed files with 47 additions and 74 deletions
|
|
@ -7,5 +7,4 @@
|
|||
direction: "incoming"
|
||||
policy: "deny"
|
||||
logging: "on"
|
||||
tags:
|
||||
- "firewall"
|
||||
tags: "firewall"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# basic firewall rules
|
||||
- name: "basic firewall rules"
|
||||
tags: ["firewall"]
|
||||
tags: "firewall"
|
||||
block:
|
||||
|
||||
# basic firewall rules
|
||||
|
|
|
|||
|
|
@ -8,5 +8,4 @@
|
|||
proto: "{{ __rule['proto'] | default('tcp') }}"
|
||||
from_ip: "{{ __rule['from_ip'] }}"
|
||||
to_port: "{{ __rule['to_port'] }}"
|
||||
tags:
|
||||
- "firewall"
|
||||
tags: "firewall"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue