|
|
|
@ -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 ] }
|
|
|
|
|