mirror of
https://github.com/zebrajr/HomeLab.git
synced 2025-12-06 00:20:22 +01:00
cleanup playbook
This commit is contained in:
parent
3be0788aeb
commit
1a135250a7
|
|
@ -2,16 +2,9 @@
|
|||
- hosts: local
|
||||
become: yes
|
||||
|
||||
#tasks:
|
||||
# - name: setup | include group vars
|
||||
# include_vars: "group_vars/{{ target_system }}.yml"
|
||||
|
||||
roles:
|
||||
- common
|
||||
- { role: htpc, when target_system == 'htpc'}
|
||||
# - security
|
||||
# - software
|
||||
# - tweaks
|
||||
|
||||
|
||||
vars_files:
|
||||
- group_vars/{{ target_system }}.yml
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user