Merge "Remove firewall-debian role"
This commit is contained in:
commit
070601ab49
@ -1,3 +0,0 @@
|
||||
---
|
||||
# Whether to install and enable ufw.
|
||||
ufw_enabled: false
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
# TODO(inc0): Gates don't seem to have ufw executable, check for it instead of ignore errors
|
||||
- name: Set firewall default policy
|
||||
become: True
|
||||
ufw:
|
||||
state: disabled
|
||||
policy: allow
|
||||
when: not ufw_enabled | bool
|
||||
ignore_errors: yes
|
Loading…
Reference in New Issue
Block a user