Feat: start combava config
This commit is contained in:
parent
a4b14b702e
commit
f47b6c6bea
21
combava.yml
Normal file
21
combava.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
- name: Combava
|
||||||
|
hosts: localhost
|
||||||
|
become: true
|
||||||
|
vars_files:
|
||||||
|
- vars/users.yml
|
||||||
|
vars:
|
||||||
|
users:
|
||||||
|
- "{{ me }}"
|
||||||
|
- "{{ admin }}"
|
||||||
|
pre_tasks:
|
||||||
|
- name: update pacman cache
|
||||||
|
community.general.pacman:
|
||||||
|
update_cache: yes
|
||||||
|
roles:
|
||||||
|
- arch_aur
|
||||||
|
- core
|
||||||
|
- workstation
|
||||||
|
- users
|
||||||
|
- dotfiles
|
||||||
|
#- gnome
|
14
vars/users.yml
Normal file
14
vars/users.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
63303466623263633539616565666333636165333836633033336165356132343330313165343632
|
||||||
|
6265626135323761646136623161623930656639623164310a656633353463346362656662643537
|
||||||
|
61653534386433363763643939343636623039393632663566363535626432666164646437363932
|
||||||
|
6365666534326433320a336264346437353033346432386134653832343234666565336439333834
|
||||||
|
32663035333465326337653931343962333662656465653863303938363432623832303937343237
|
||||||
|
33313939356361643235313735336361316631633933613134323833373034343365646131333062
|
||||||
|
66396161313233333261366662376332343963323432396464663037393265373233346361623530
|
||||||
|
31366363373033383236353830333238306232343331313439393436613035323337626361623639
|
||||||
|
32646564336435663137656436326237643636646430333336366637666630363762643165393237
|
||||||
|
34343238346230326435363435313165386434376465343932383966326138643766353033643935
|
||||||
|
30663762613166373233333062636563623363346666333363313835376536613736386566623836
|
||||||
|
65333839353038386539323963336464326264353631666262333136666532313430316535663731
|
||||||
|
31643262663436323461396363343564313636373237333932663930666262303838
|
Loading…
Reference in New Issue
Block a user