arch-install/main.yml

12 lines
242 B
YAML
Raw Permalink Normal View History

2024-06-06 16:23:33 +00:00
---
- name: Ariejan's Arch Linux
hosts: all
roles:
2024-06-07 07:04:58 +00:00
- { role: 01_host_info }
- { role: 02_basics }
2024-06-06 20:22:51 +00:00
- { role: 03_wayland }
2024-06-06 21:15:13 +00:00
- { role: 04_desktop }
2024-06-06 20:22:51 +00:00
- { role: 05_packages }
2024-06-07 07:04:58 +00:00
- { role: 07_user }
2024-06-07 08:54:44 +00:00
- { role: 08_tweaks }