mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
New role l3d.packages
This commit is contained in:
parent
0fe6e9b42f
commit
e4bdc73c4c
6 changed files with 13 additions and 7 deletions
7
.gitmodules
vendored
7
.gitmodules
vendored
|
@ -62,10 +62,6 @@
|
||||||
path = roles/ansible_version
|
path = roles/ansible_version
|
||||||
url = https://github.com/chaos-bodensee/role-ansible_version.git
|
url = https://github.com/chaos-bodensee/role-ansible_version.git
|
||||||
branch = main
|
branch = main
|
||||||
[submodule "roles/base"]
|
|
||||||
path = roles/do1jlr.base
|
|
||||||
url = https://github.com/roles-ansible/ansible_role_base.git
|
|
||||||
branch = main
|
|
||||||
[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
|
||||||
|
@ -91,3 +87,6 @@
|
||||||
[submodule "collections/ansible_collections/l3d/avahi"]
|
[submodule "collections/ansible_collections/l3d/avahi"]
|
||||||
path = collections/ansible_collections/l3d/avahi
|
path = collections/ansible_collections/l3d/avahi
|
||||||
url = https://github.com/roles-ansible/ansible_collection_avahi.git
|
url = https://github.com/roles-ansible/ansible_collection_avahi.git
|
||||||
|
[submodule "roles/l3d.packages"]
|
||||||
|
path = roles/l3d.packages
|
||||||
|
url = https://github.com/roles-ansible/ansible_role_packages.git
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4b382ed1df8d3e8f9add8cb474acb625321301b9
|
Subproject commit a942545dd2ec718993f95db35ac3e988d24e73a5
|
|
@ -70,5 +70,12 @@ i3_run_on_startup:
|
||||||
|
|
||||||
htop__compile: true
|
htop__compile: true
|
||||||
|
|
||||||
|
# roles/do1jlr.base
|
||||||
|
l3d_pkgs__install_advanced: true
|
||||||
|
l3d_pkgs__install_python: true
|
||||||
|
l3d_pkgs__install_cli: true
|
||||||
|
l3d_pkgs__install_extra_packages:
|
||||||
|
- keychain
|
||||||
|
|
||||||
# globaly enably simple versionscheck - if available
|
# globaly enably simple versionscheck - if available
|
||||||
submodules_versioncheck: true
|
submodules_versioncheck: true
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit b0c817c68105a5e4ca12a695e18e117918ba8e42
|
|
1
roles/l3d.packages
Submodule
1
roles/l3d.packages
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit aa14284301b5a24cd4e0e1ed6ef95d62c7c567db
|
2
site.yml
2
site.yml
|
@ -7,7 +7,7 @@
|
||||||
- name: Generic Workstation Preperation
|
- name: Generic Workstation Preperation
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
# - {role: do1jlr.base, tags: [default, packages, base]}
|
- {role: l3d.packages, tags: [packages, apt]}
|
||||||
# - {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: l3d.avahi.client, tags: avahi}
|
- {role: l3d.avahi.client, tags: avahi}
|
||||||
|
|
Loading…
Reference in a new issue