mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
commit
8f21974f67
6 changed files with 9 additions and 10 deletions
7
.gitmodules
vendored
7
.gitmodules
vendored
|
@ -38,10 +38,6 @@
|
|||
path = roles/amdgpu_firmware
|
||||
url = https://github.com/DO1JLR/ansible_role_amdgpu_firmware.git
|
||||
branch = main
|
||||
[submodule "roles/do1jlr.i3wm"]
|
||||
path = roles/do1jlr.i3wm
|
||||
url = https://github.com/roles-ansible/ansible_role_i3wm.git
|
||||
branch = main
|
||||
[submodule "roles/do1jlr.htop"]
|
||||
path = roles/do1jlr.htop
|
||||
url = https://github.com/roles-ansible/ansible_role_htop.git
|
||||
|
@ -74,3 +70,6 @@
|
|||
[submodule "collections/ansible_collections/l3d/users"]
|
||||
path = collections/ansible_collections/l3d/users
|
||||
url = https://github.com/roles-ansible/ansible_collection_users.git
|
||||
[submodule "collections/ansible_collections/l3d/wm"]
|
||||
path = collections/ansible_collections/l3d/wm
|
||||
url = https://github.com/roles-ansible/ansible_collection_wm.git
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit cac55beb4fe7e22f2d4d868fef3affbb854e558f
|
||||
Subproject commit 1a8f172186e82126d922686c2226f34c1a2a5db1
|
1
collections/ansible_collections/l3d/wm
Submodule
1
collections/ansible_collections/l3d/wm
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ba7cb8f13ff5dd0f3b9c16df25f88d6e1114c369
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 31c8ca4dbf17c4cdd5777c5b32b31638239de687
|
|
@ -1 +1 @@
|
|||
Subproject commit 0348a3bb5ef7a894ccc83fb620bd5264045ae82b
|
||||
Subproject commit d35207a72a336f41bfce5af1ced1085bce993ee5
|
6
site.yml
6
site.yml
|
@ -22,9 +22,9 @@
|
|||
- {role: l3d.etesync_dav, tags: [etebase, etesync, dav]}
|
||||
- {role: gantsign.bat, tags: bat}
|
||||
- {role: l3d.gopass, tags: gopass}
|
||||
- {role: do1jlr.i3wm, tags: i3wm}
|
||||
- {role: roles-ansible.sway, tags: sway}
|
||||
- {role: amdgpu_firmware, tags: firmware}
|
||||
- {role: l3d.wm.i3, tags: i3wm}
|
||||
- {role: l3d.wm.sway, tags: sway}
|
||||
# - {role: amdgpu_firmware, tags: firmware}
|
||||
- {role: do1jlr.htop, tags: htop}
|
||||
|
||||
# - name: user specific setup
|
||||
|
|
Loading…
Reference in a new issue