1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00
ansible_linux_desktop_setup/.gitmodules

99 lines
3.5 KiB
Text
Raw Normal View History

2018-11-17 21:23:15 +01:00
[submodule "roles/workstation_packages"]
path = roles/workstation_packages
2019-12-04 22:55:22 +01:00
url = https://github.com/chaos-bodensee/role_install_workstaton_packages.git
2023-04-13 23:10:00 +02:00
branch = master
2018-11-18 00:08:50 +01:00
[submodule "roles/dotfiles"]
path = roles/dotfiles
2023-04-13 23:10:00 +02:00
url = https://github.com/roles-ansible/ansible_role_dotfiles.git
branch = main
2019-02-19 19:03:21 +01:00
[submodule "roles/pulseaudio"]
path = roles/pulseaudio
url = https://github.com/chaos-bodensee/role_pulseaudio_archlinux.git
2023-04-13 23:10:00 +02:00
branch = master
2019-02-20 10:47:53 +01:00
[submodule "roles/authorized_keys"]
2021-09-19 00:27:19 +02:00
path = roles/do1jlr.auth
2023-04-13 23:10:00 +02:00
url = https://github.com/roles-ansible/ansible_role_auth.git
branch = main
2019-02-20 10:47:53 +01:00
[submodule "files/admin_ssh_keys"]
path = files/admin_ssh_keys
2023-07-14 12:40:53 +02:00
url = https://git.l3d.ch/ansible/ssh_public_keys.git
2023-04-13 23:10:00 +02:00
branch = main
2019-02-20 11:19:39 +01:00
[submodule "roles/sshd"]
2021-09-18 23:17:35 +02:00
path = roles/do1jlr.sshd
2021-03-15 11:12:18 +01:00
url = https://github.com/roles-ansible/ansible_role_sshd.git
2023-04-13 23:10:00 +02:00
branch = main
2019-02-20 13:00:03 +01:00
[submodule "roles/nextcloud"]
path = roles/nextcloud
url = https://github.com/DO1JLR/role_nextcloud_client.git
2023-04-13 23:10:00 +02:00
branch = master
2019-03-15 22:18:51 +01:00
[submodule "roles/arch-fonts"]
path = roles/arch-fonts
2019-06-11 09:12:11 +02:00
url = https://github.com/chaos-bodensee/role-arch-fonts.git
2023-04-13 23:10:00 +02:00
branch = master
2019-04-07 18:53:44 +02:00
[submodule "roles/akku-warning"]
path = roles/akku-warning
2020-03-03 10:21:25 +01:00
url = https://github.com/roles-ansible/role_akku_warning.git
2023-04-13 23:10:00 +02:00
branch = main
2019-04-25 09:31:35 +02:00
[submodule "roles/install-firefox"]
path = roles/install-firefox
url = https://github.com/roles-ansible/ansible_role_install_firefox.git
2023-04-13 23:10:00 +02:00
branch = main
2019-04-26 09:27:35 +02:00
[submodule "roles/xrandr"]
path = roles/xrandr
2023-04-13 23:10:00 +02:00
url = https://github.com/roles-ansible/ansible_role_xrandr_help.git
branch = main
2019-06-14 10:28:55 +02:00
[submodule "roles/winehq"]
path = roles/winehq
url = https://github.com/ekultails/ansible_role_wine.git
2023-04-13 23:10:00 +02:00
branch = master
2019-06-22 18:46:31 +02:00
[submodule "roles/no-sleep"]
path = roles/no-sleep
url = https://github.com/chaos-bodensee/role_disable_sleep.git
2023-04-13 23:10:00 +02:00
branch = master
[submodule "roles/manage_users"]
2021-09-19 00:27:19 +02:00
path = roles/do1jlr.users
2023-04-13 23:10:00 +02:00
url = https://github.com/roles-ansible/ansible_role_users.git
branch = main
[submodule "roles/polybar"]
path = roles/polybar
url = https://github.com/chaos-bodensee/role_install-polybar.git
2023-04-13 23:10:00 +02:00
branch = master
2020-01-23 13:40:18 +01:00
[submodule "roles/ansible_version"]
path = roles/ansible_version
url = https://github.com/chaos-bodensee/role-ansible_version.git
2023-04-13 23:10:00 +02:00
branch = main
2021-09-01 15:59:08 +02:00
[submodule "roles/amdgpu_firmware"]
path = roles/amdgpu_firmware
url = https://github.com/DO1JLR/ansible_role_amdgpu_firmware.git
2023-04-13 23:10:00 +02:00
branch = main
2022-04-23 23:19:32 +02:00
[submodule "roles/do1jlr.i3wm"]
path = roles/do1jlr.i3wm
url = https://github.com/roles-ansible/ansible_role_i3wm.git
2023-04-13 23:10:00 +02:00
branch = main
2022-07-16 00:36:15 +02:00
[submodule "roles/do1jlr.htop"]
path = roles/do1jlr.htop
url = https://github.com/roles-ansible/ansible_role_htop.git
2023-04-13 23:10:00 +02:00
branch = main
[submodule "collections/ansible_collections/community/general"]
path = collections/ansible_collections/community/general
url = https://github.com/ansible-collections/community.general.git
branch = main
2023-04-21 13:46:46 +02:00
[submodule "roles/gantsign.bat"]
path = roles/gantsign.bat
url = https://github.com/gantsign/ansible_role_bat.git
[submodule "roles/l3d.ntp"]
path = roles/l3d.ntp
url = https://github.com/roles-ansible/ansible_role_ntp.git
2023-05-03 20:29:09 +02:00
[submodule "collections/ansible_collections/l3d/avahi"]
path = collections/ansible_collections/l3d/avahi
url = https://github.com/roles-ansible/ansible_collection_avahi.git
2023-07-31 23:12:00 +02:00
[submodule "roles/l3d.packages"]
path = roles/l3d.packages
url = https://github.com/roles-ansible/ansible_role_packages.git
2023-09-29 23:57:05 +02:00
[submodule "roles/l3d.gopass"]
path = roles/l3d.gopass
url = https://github.com/roles-ansible/ansible_role_gopass.git
2023-10-24 02:20:14 +02:00
[submodule "roles/l3d.etesync_dav"]
path = roles/l3d.etesync_dav
url = https://github.com/roles-ansible/ansible_role_etesync_dav.git