15
site.yml
Normal file
15
site.yml
Normal 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'] }
|
||||
Reference in New Issue
Block a user