Split workstation profiles for Linux and Windows WSL

This commit is contained in:
Fabio Scotto di Santolo
2026-04-01 13:54:07 +02:00
parent d7659b9c21
commit 9065261bff
18 changed files with 606 additions and 241 deletions

View File

@@ -1,5 +1,5 @@
---
- hosts: all
- hosts: all:!workstation_host_windows
become: true
pre_tasks:
- name: Load local vault variables when available
@@ -23,14 +23,35 @@
- profile_desktop_hyprland
- profile_desktop_host
- hosts: ubuntu_workstation
- hosts: workstation_dev_ubuntu
become: true
roles:
- packages_ubuntu
- services_systemd
- profile_workstation_dev_common
- hosts: workstation_host_linux
become: true
roles:
- profile_workstation_gnome
- hosts: workstation_dev_wsl
become: true
roles:
- packages_ubuntu
- services_systemd
- profile_workstation_dev_common
- profile_workstation_dev_wsl
- hosts: workstation_host_windows
gather_facts: false
roles:
- profile_workstation_host_windows
- hosts: ubuntu_server
become: true