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