mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
15 lines
170 B
YAML
15 lines
170 B
YAML
---
|
|
- hosts: all
|
|
become: true
|
|
|
|
roles:
|
|
- dotfiles_common
|
|
|
|
- hosts: void
|
|
become: true
|
|
|
|
roles:
|
|
- packages_void
|
|
- services_runit
|
|
- profile_desktop_i3
|