|
|
@ -29,11 +29,9 @@
|
|
|
|
- { role: ssh, become: true, tags: [ ssh ] }
|
|
|
|
- { role: ssh, become: true, tags: [ ssh ] }
|
|
|
|
# https://codeberg.org/ansible/swap
|
|
|
|
# https://codeberg.org/ansible/swap
|
|
|
|
- { role: swap, become: true, tags: [ swap ] }
|
|
|
|
- { role: swap, become: true, tags: [ swap ] }
|
|
|
|
# - { role: mounts-remote, become: true, tags: [ mounts-remote ] }
|
|
|
|
|
|
|
|
# jietop will need a different desktop by default (not GNOME, but something else)
|
|
|
|
|
|
|
|
# but perhaps we still want rofi/dmenu anyway?
|
|
|
|
|
|
|
|
## i3 and window manager-related
|
|
|
|
## i3 and window manager-related
|
|
|
|
# - { role: desktop-environment, become: true, tags: [ desktop-environment ] }
|
|
|
|
# https://codeberg.org/ansible/desktop-environment
|
|
|
|
|
|
|
|
- { role: desktop-environment, become: true, tags: [ desktop-environment ] }
|
|
|
|
# - { role: i3wm, become: true, tags: [ i3wm ] }
|
|
|
|
# - { role: i3wm, become: true, tags: [ i3wm ] }
|
|
|
|
## configuration, settings, profiles
|
|
|
|
## configuration, settings, profiles
|
|
|
|
# dotkeys requires at least one existing provisioned desktop, so not suitable in this context
|
|
|
|
# dotkeys requires at least one existing provisioned desktop, so not suitable in this context
|
|
|
|