mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Sway preperations
This commit is contained in:
parent
27a1a07b86
commit
a04119715d
3 changed files with 2 additions and 10 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit e794fa74da56a66ac6a01eefaefcb2755e093336
|
Subproject commit 3a24aa5b6d92589a655e37113653c312d7bf72d8
|
|
@ -1,9 +0,0 @@
|
||||||
---
|
|
||||||
#ansible_become_password: "{{ lookup('community.general.passwordstore', 'private/ansible/hosts/' + inventory_hostname + '/users/lilian/pwd') }}"
|
|
||||||
|
|
||||||
# l3d.i3wm
|
|
||||||
i3wm_user_list:
|
|
||||||
- user: "l3d"
|
|
||||||
home: "/home/l3d"
|
|
||||||
- user: "lilian"
|
|
||||||
home: "/home/lilian"
|
|
1
site.yml
1
site.yml
|
@ -23,6 +23,7 @@
|
||||||
- {role: gantsign.bat, tags: bat}
|
- {role: gantsign.bat, tags: bat}
|
||||||
- {role: l3d.gopass, tags: gopass}
|
- {role: l3d.gopass, tags: gopass}
|
||||||
- {role: do1jlr.i3wm, tags: i3wm}
|
- {role: do1jlr.i3wm, tags: i3wm}
|
||||||
|
- {role: roles-ansible.sway, tags: sway}
|
||||||
- {role: amdgpu_firmware, tags: firmware}
|
- {role: amdgpu_firmware, tags: firmware}
|
||||||
- {role: do1jlr.htop, tags: htop}
|
- {role: do1jlr.htop, tags: htop}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue