Added two more roles

master
Taha Ahmed 3 months ago
parent 8c4f76c568
commit 79e03cf7fb

6
.gitmodules vendored

@ -40,3 +40,9 @@
[submodule "roles/fonts"]
path = roles/fonts
url = https://codeberg.org/ansible/fonts.git
[submodule "roles/pulseaudio"]
path = roles/pulseaudio
url = https://codeberg.org/ansible/pulseaudio.git
[submodule "roles/tailscale"]
path = roles/tailscale
url = https://codeberg.org/ansible/tailscale.git

@ -42,6 +42,10 @@
- { role: flatpak-remote, become: true, tags: [ flatpak-remote ] }
# https://codeberg.org/ansible/fonts
- { role: fonts, become: true, tags: [ fonts ] }
# https://codeberg.org/ansible/pulseaudio
- { role: pulseaudio, become: true, tags: [ pulseaudio ] }
# https://codeberg.org/ansible/tailscale
- { role: tailscale, become: true, tags: [ tailscale ] }
#### software
# https://codeberg.org/ansible/qbittorrent
- { role: qbittorrent, become: true, tags: [ qbittorrent ] }
@ -70,10 +74,7 @@
changed_when: true
tags: always
# - { role: cups, become: true, tags: [ cups ] }
# - { role: pulseaudio, become: true, tags: [ pulseaudio ] }
# - { role: samba, become: true, tags: [ samba ] }
# - { role: tailscale, become: true, tags: [ tailscale ] }
#
# #### software
# - { role: ansible, become: true, tags: [ ansible ] }
# - { role: bluetooth, become: true, tags: [ bluetooth ] }

@ -0,0 +1 @@
Subproject commit 90bb26d75f111104a388412eb0dc2419c1da3ea6

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