Remove firewall-debian role

This was added in I61a61ca59652b13687c2247d5881012b51f666a7, but was
never included in a playbook since we install firewalld on Ubuntu hosts.

Change-Id: Icee98bab73f2ec700330ca62893f59f6211ad076
This commit is contained in:
Mark Goddard 2023-05-22 16:44:59 +01:00
parent d80189611a
commit 6cd7a3ec85
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