Wire Ubuntu server profile into playbook

This commit is contained in:
Fabio Scotto di Santolo
2026-03-25 19:16:46 +01:00
parent 369afc1b31
commit ebbb948d1e
6 changed files with 33 additions and 11 deletions

View File

@@ -26,3 +26,11 @@
- packages_ubuntu
- services_systemd
- profile_workstation_gnome
- hosts: ubuntu_server
become: true
roles:
- packages_ubuntu
- services_systemd
- profile_server