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

@@ -1 +1,2 @@
# server profile variables
---
profile_packages: []

View File

@@ -1 +1,5 @@
# prometheus specific variables
---
hostname: prometheus
host_packages: []
host_enabled_services: []

View File

@@ -1 +1 @@
# server profile tasks
---

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