mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
update role namespaces
This commit is contained in:
parent
aff797b9bf
commit
9f85458db0
5 changed files with 6 additions and 5 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -27,7 +27,7 @@
|
|||
url = https://github.com/DO1JLR/role_nextcloud_client.git
|
||||
branch = master
|
||||
[submodule "roles/ntp"]
|
||||
path = roles/ntp
|
||||
path = roles/l3d.ntp
|
||||
url = https://github.com/roles-ansible/ansible_role_ntp.git
|
||||
branch = main
|
||||
[submodule "roles/arch-fonts"]
|
||||
|
@ -71,7 +71,7 @@
|
|||
url = https://github.com/roles-ansible/ansible_role_base.git
|
||||
branch = main
|
||||
[submodule "roles/bat"]
|
||||
path = roles/bat
|
||||
path = roles/gantsign.bat
|
||||
url = https://github.com/gantsign/ansible_role_bat.git
|
||||
branch = master
|
||||
[submodule "roles/amdgpu_firmware"]
|
||||
|
|
1
roles/l3d.ntp
Submodule
1
roles/l3d.ntp
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 89c62be2cb6bb5af79516b358ffcabda62b26a86
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 8d330190c4052981bdb146136dc7f41071a66289
|
5
site.yml
5
site.yml
|
@ -4,14 +4,15 @@
|
|||
roles:
|
||||
- {role: ansible_version, tags: always, gather_facts: false}
|
||||
|
||||
- name: run do1jlr.base setup roles
|
||||
- name: Generic Workstation Preperation
|
||||
hosts: all
|
||||
roles:
|
||||
# - {role: do1jlr.base, tags: [default, packages, base]}
|
||||
# - {role: workstation_packages, tags: [default, workstation_packages, packages, setup]}
|
||||
- {role: ntp, tags: ntp}
|
||||
- {role: l3d.ntp, tags: ntp}
|
||||
- {role: do1jlr.avahi_client, tags: avahi}
|
||||
- {role: do1jlr.avahi_daemon, tags: avahi}
|
||||
- {role: gantsign.bat, tags: bat}
|
||||
# - {role: arch-fonts, tags: [font, fonts, arch-fonts]}
|
||||
|
||||
# - name: user specific setup
|
||||
|
|
Loading…
Reference in a new issue