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
|
url = https://github.com/DO1JLR/role_nextcloud_client.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "roles/ntp"]
|
[submodule "roles/ntp"]
|
||||||
path = roles/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
|
||||||
branch = main
|
branch = main
|
||||||
[submodule "roles/arch-fonts"]
|
[submodule "roles/arch-fonts"]
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
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"]
|
[submodule "roles/bat"]
|
||||||
path = roles/bat
|
path = roles/gantsign.bat
|
||||||
url = https://github.com/gantsign/ansible_role_bat.git
|
url = https://github.com/gantsign/ansible_role_bat.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "roles/amdgpu_firmware"]
|
[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:
|
roles:
|
||||||
- {role: ansible_version, tags: always, gather_facts: false}
|
- {role: ansible_version, tags: always, gather_facts: false}
|
||||||
|
|
||||||
- name: run do1jlr.base setup roles
|
- name: Generic Workstation Preperation
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
# - {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: ntp, tags: ntp}
|
- {role: l3d.ntp, tags: ntp}
|
||||||
- {role: do1jlr.avahi_client, tags: avahi}
|
- {role: do1jlr.avahi_client, tags: avahi}
|
||||||
- {role: do1jlr.avahi_daemon, tags: avahi}
|
- {role: do1jlr.avahi_daemon, tags: avahi}
|
||||||
|
- {role: gantsign.bat, tags: bat}
|
||||||
# - {role: arch-fonts, tags: [font, fonts, arch-fonts]}
|
# - {role: arch-fonts, tags: [font, fonts, arch-fonts]}
|
||||||
|
|
||||||
# - name: user specific setup
|
# - name: user specific setup
|
||||||
|
|
Loading…
Reference in a new issue