Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2026-03-22 22:51:32 +01:00
commit 222062c1a4
17 changed files with 1154 additions and 0 deletions

15
site.yml Normal file
View File

@@ -0,0 +1,15 @@
---
- hosts: localhost
connection: local
vars:
aur_helper: paru
user: "{{ ansible_user_id }}"
roles:
- { role: common, tags: ['common'] }
- { role: dotfiles, tags: ['dotfiles'] }
- { role: cs_student, tags: ['cs_student'] }
- { role: devops, tags: ['devops'] }
- { role: ctf, tags: ['ctf'] }
- { role: hyprland, tags: ['hyprland'] }
- { role: ai, tags: ['ai'] }