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

@@ -0,0 +1,6 @@
---
archsetup_user: "{{ ansible_user_id }}"
archsetup_repo: "{{ lookup('env', 'ARCHSETUP_REPO', default='https://github.com/YOUR_USERNAME/archsetup') }}"
archsetup_user_home: "{{ lookup('env', 'HOME') }}"
archsetup_dir: "{{ archsetup_user_home }}/archsetup"
aur_helper: paru