Merge "Remove firewall-debian role"

This commit is contained in:
Zuul 2023-09-21 12:39:07 +00:00 committed by Gerrit Code Review
commit 070601ab49
2 changed files with 0 additions and 12 deletions

View File

@ -1,3 +0,0 @@
---
# Whether to install and enable ufw.
ufw_enabled: false

View File

@ -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