Minimal i3 setup

This commit is contained in:
Fabio Scotto di Santolo
2026-03-15 22:00:35 +01:00
parent f8b6d4c502
commit 31c17c95c1
33 changed files with 1034 additions and 52 deletions

View File

@@ -1,31 +1,8 @@
---
- name: Converge all machines
hosts: all
- hosts: void
become: true
roles:
- base
- role: packages_void
when: "'void' in group_names"
- role: packages_ubuntu
when: "'ubuntu' in group_names"
- role: services_runit
when: "'void' in group_names"
- role: services_systemd
when: "'ubuntu' in group_names"
- role: profile_desktop_i3
when: "'desktop' in group_names"
- role: profile_workstation_gnome
when: "'workstation' in group_names"
- role: profile_server
when: "'server' in group_names"
- role: dotfiles
become: false
- packages_void
- services_runit
- profile_desktop_i3