Enable UFW across Ubuntu profiles

This commit is contained in:
Fabio Scotto di Santolo
2026-03-25 21:44:13 +01:00
parent ac27c5757e
commit 16afdf845a
4 changed files with 27 additions and 0 deletions

View File

@@ -251,3 +251,8 @@
environment: "{{ workstation_gnome_environment }}"
changed_when: workstation_gnome_extensions_state_changed
when: workstation_gnome_extensions_state_changed
- name: Enable UFW firewall on workstation
tags: [services, packages]
community.general.ufw:
state: enabled