Added four more roles

master
Taha Ahmed 3 months ago
parent 346ee116c9
commit 8c4f76c568

12
.gitmodules vendored

@ -28,3 +28,15 @@
[submodule "roles/python3"]
path = roles/python3
url = https://codeberg.org/ansible/python3.git
[submodule "roles/boot-grub"]
path = roles/boot-grub
url = https://codeberg.org/ansible/boot-grub.git
[submodule "roles/qbittorrent"]
path = roles/qbittorrent
url = https://codeberg.org/ansible/qbittorrent.git
[submodule "roles/flatpak-remote"]
path = roles/flatpak-remote
url = https://codeberg.org/ansible/flatpak-remote.git
[submodule "roles/fonts"]
path = roles/fonts
url = https://codeberg.org/ansible/fonts.git

@ -36,15 +36,15 @@
- { role: desktop-environment, become: true, tags: [ desktop-environment ] }
# https://codeberg.org/ansible/i3wm
- { role: i3wm, become: true, tags: [ i3wm ] }
## configuration, settings, profiles
# dotkeys requires at least one existing provisioned desktop, so not suitable in this context
# - { role: dotkeys, tags: [ dotkeys ] }
# hid is not among public roles
# - { role: hid, tags: [ hid ] }
# - { role: eduprint-uu, tags: [ eduprint-uu ] }
# - { role: eduroam-uu, tags: [ eduroam-uu ] }
# https://codeberg.org/ansible/boot-grub
- { role: boot-grub, become: true, tags: [ boot-grub ] }
# https://codeberg.org/ansible/flatpak-remote
- { role: flatpak-remote, become: true, tags: [ flatpak-remote ] }
# https://codeberg.org/ansible/fonts
- { role: fonts, become: true, tags: [ fonts ] }
#### software
# - { role: qbittorrent, become: true, tags: [ qbittorrent ] }
# https://codeberg.org/ansible/qbittorrent
- { role: qbittorrent, become: true, tags: [ qbittorrent ] }
post_tasks:
- name: Log the current commit of '{{ ansible_play_name }}' playbook
@ -70,10 +70,6 @@
changed_when: true
tags: always
# - { role: boot-grub, become: true, tags: [ boot-grub ] }
# - { role: flatpak-remote, become: true, tags: [ flatpak-remote ] }
# - { role: fonts, become: true, tags: [ fonts ] }
# - { role: cups, become: true, tags: [ cups ] }
# - { role: pulseaudio, become: true, tags: [ pulseaudio ] }
# - { role: samba, become: true, tags: [ samba ] }

@ -0,0 +1 @@
Subproject commit 97281f24aeb30c46cdadc8e29a100a801f98efb2

@ -0,0 +1 @@
Subproject commit 597b221aeea922d5190a360480298efa118f1a2f

@ -0,0 +1 @@
Subproject commit 57e51b1d5f785a8aab7872246705f445b5d60642

@ -0,0 +1 @@
Subproject commit b020442470e44df8bc93374d241b57b97ca06960
Loading…
Cancel
Save