mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Minimal i3 setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user