refactor: migrate to role-based variable management and blockinfile config

This commit is contained in:
Tuan-Dat Tran
2026-03-22 23:46:42 +01:00
parent 222062c1a4
commit 4a1da18801
13 changed files with 146 additions and 93 deletions

View File

@@ -1,9 +1,6 @@
---
- hosts: localhost
connection: local
vars:
aur_helper: paru
user: "{{ ansible_user_id }}"
roles:
- { role: common, tags: ['common'] }
@@ -11,5 +8,6 @@
- { role: cs_student, tags: ['cs_student'] }
- { role: devops, tags: ['devops'] }
- { role: ctf, tags: ['ctf'] }
- { role: multimedia, tags: ['multimedia'] }
- { role: hyprland, tags: ['hyprland'] }
- { role: ai, tags: ['ai'] }