Add initial Ubuntu workstation orchestration

This commit is contained in:
Fabio Scotto di Santolo
2026-03-23 22:04:25 +01:00
parent 60c995ca74
commit 6eb48e39ee
10 changed files with 126 additions and 14 deletions

View File

@@ -18,3 +18,11 @@
- packages_void
- services_runit
- profile_desktop_i3
- hosts: ubuntu_workstation
become: true
roles:
- packages_ubuntu
- services_systemd
- profile_workstation_gnome