mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Merging
This commit is contained in:
commit
49b48762ca
4 changed files with 9 additions and 10 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
@ -26,10 +26,6 @@
|
||||||
path = roles/nextcloud
|
path = roles/nextcloud
|
||||||
url = https://github.com/DO1JLR/role_nextcloud_client.git
|
url = https://github.com/DO1JLR/role_nextcloud_client.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "roles/ntp"]
|
|
||||||
path = roles/l3d.ntp
|
|
||||||
url = https://github.com/roles-ansible/ansible_role_ntp.git
|
|
||||||
branch = main
|
|
||||||
[submodule "roles/arch-fonts"]
|
[submodule "roles/arch-fonts"]
|
||||||
path = roles/arch-fonts
|
path = roles/arch-fonts
|
||||||
url = https://github.com/chaos-bodensee/role-arch-fonts.git
|
url = https://github.com/chaos-bodensee/role-arch-fonts.git
|
||||||
|
@ -70,10 +66,6 @@
|
||||||
path = roles/do1jlr.base
|
path = roles/do1jlr.base
|
||||||
url = https://github.com/roles-ansible/ansible_role_base.git
|
url = https://github.com/roles-ansible/ansible_role_base.git
|
||||||
branch = main
|
branch = main
|
||||||
[submodule "roles/bat"]
|
|
||||||
path = roles/gantsign.bat
|
|
||||||
url = https://github.com/gantsign/ansible_role_bat.git
|
|
||||||
branch = master
|
|
||||||
[submodule "roles/amdgpu_firmware"]
|
[submodule "roles/amdgpu_firmware"]
|
||||||
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
|
||||||
|
|
|
@ -8,6 +8,13 @@ users:
|
||||||
- l3d@bsns.l3d
|
- l3d@bsns.l3d
|
||||||
- l3d@backup.l3d.yt
|
- l3d@backup.l3d.yt
|
||||||
- l3d@backup-rsa.l3d.yt
|
- l3d@backup-rsa.l3d.yt
|
||||||
|
l3d:
|
||||||
|
- l3d@derpy.l3d.yt
|
||||||
|
- l3d@mobile.l3d.yt
|
||||||
|
- l3d@pinkie.l3d.yt
|
||||||
|
- l3d@bsns.l3d
|
||||||
|
- l3d@backup.l3d.yt
|
||||||
|
- l3d@backup-rsa.l3d.yt
|
||||||
|
|
||||||
admins:
|
admins:
|
||||||
- lilian
|
- lilian
|
||||||
|
@ -18,6 +25,7 @@ admins_ssh_root_prefix:
|
||||||
|
|
||||||
accounts:
|
accounts:
|
||||||
- lilian
|
- lilian
|
||||||
|
- l3d
|
||||||
|
|
||||||
akku_user: "lilian"
|
akku_user: "lilian"
|
||||||
wine_user: "lilian"
|
wine_user: "lilian"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5cd1afc65018125ee419917b9b87bb8d038f6fcc
|
Subproject commit d9941d139b24a911f3af65c95be49640a11bfc25
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit b263e5e140ee3c5e868f9392b2e4a2eaa37eaf79
|
|
Loading…
Reference in a new issue