Enable UFW across Ubuntu profiles

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

View File

@@ -15,3 +15,7 @@ server_dotfiles:
- src: duckdns/
dest: duckdns/
mode: preserve
server_ufw_rules:
- rule: allow
name: OpenSSH

View File

@@ -1,6 +1,7 @@
---
ubuntu_packages_base:
- curl
- ufw
- htop
- fastfetch
- build-essential
@@ -18,4 +19,5 @@ ubuntu_docker_packages:
- docker-compose-plugin
enabled_services:
- ufw
- docker