refactor: migrate to role-based variable management and blockinfile config
This commit is contained in:
4
site.yml
4
site.yml
@@ -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'] }
|
||||
|
||||
Reference in New Issue
Block a user