mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Cleanup modules
This commit is contained in:
parent
a6595fd72e
commit
36c06df4b9
5 changed files with 6 additions and 12 deletions
11
.gitmodules
vendored
11
.gitmodules
vendored
|
@ -70,14 +70,6 @@
|
||||||
path = roles/amdgpu_firmware
|
path = roles/amdgpu_firmware
|
||||||
url = https://github.com/DO1JLR/ansible_role_amdgpu_firmware.git
|
url = https://github.com/DO1JLR/ansible_role_amdgpu_firmware.git
|
||||||
branch = main
|
branch = main
|
||||||
[submodule "roles/do1jlr.avahi"]
|
|
||||||
path = roles/do1jlr.avahi_daemon
|
|
||||||
url = https://github.com/roles-ansible/ansible_role_avahi_daemon.git
|
|
||||||
branch = main
|
|
||||||
[submodule "roles/do1jlr.avahi_client"]
|
|
||||||
path = roles/do1jlr.avahi_client
|
|
||||||
url = https://github.com/roles-ansible/ansible_role_avahi_client.git
|
|
||||||
branch = main
|
|
||||||
[submodule "roles/do1jlr.i3wm"]
|
[submodule "roles/do1jlr.i3wm"]
|
||||||
path = roles/do1jlr.i3wm
|
path = roles/do1jlr.i3wm
|
||||||
url = https://github.com/roles-ansible/ansible_role_i3wm.git
|
url = https://github.com/roles-ansible/ansible_role_i3wm.git
|
||||||
|
@ -96,3 +88,6 @@
|
||||||
[submodule "roles/l3d.ntp"]
|
[submodule "roles/l3d.ntp"]
|
||||||
path = roles/l3d.ntp
|
path = roles/l3d.ntp
|
||||||
url = https://github.com/roles-ansible/ansible_role_ntp.git
|
url = https://github.com/roles-ansible/ansible_role_ntp.git
|
||||||
|
[submodule "collections/ansible_collections/l3d/avahi"]
|
||||||
|
path = collections/ansible_collections/l3d/avahi
|
||||||
|
url = https://github.com/roles-ansible/ansible_collection_avahi.git
|
||||||
|
|
1
collections/ansible_collections/l3d/avahi
Submodule
1
collections/ansible_collections/l3d/avahi
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 82b47d5e73df241bfb0999b9e8741acd3b7d222f
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 6ec6c6fccd02e48e0a37187270e6a078e4d00ff3
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 41905fe7c636415aea0df21becf6977f650cf422
|
|
4
site.yml
4
site.yml
|
@ -10,8 +10,8 @@
|
||||||
# - {role: do1jlr.base, tags: [default, packages, base]}
|
# - {role: do1jlr.base, tags: [default, packages, base]}
|
||||||
# - {role: workstation_packages, tags: [default, workstation_packages, packages, setup]}
|
# - {role: workstation_packages, tags: [default, workstation_packages, packages, setup]}
|
||||||
- {role: l3d.ntp, tags: ntp}
|
- {role: l3d.ntp, tags: ntp}
|
||||||
- {role: do1jlr.avahi_client, tags: avahi}
|
- {role: l3d.avahi.client, tags: avahi}
|
||||||
- {role: do1jlr.avahi_daemon, tags: avahi}
|
- {role: l3d.avahi.daemon, tags: avahi}
|
||||||
- {role: gantsign.bat, tags: bat}
|
- {role: gantsign.bat, tags: bat}
|
||||||
# - {role: arch-fonts, tags: [font, fonts, arch-fonts]}
|
# - {role: arch-fonts, tags: [font, fonts, arch-fonts]}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue