Update Fedora Workstation playbook

This commit is contained in:
Gabriel Arazas 2022-03-19 12:31:09 +08:00
parent 38ba766e2c
commit d0629dfc0d

View File

@ -2,6 +2,7 @@
# * Configure GNOME extensions # * Configure GNOME extensions
# * Configure the Fedora host with custom systemd units # * Configure the Fedora host with custom systemd units
# * Custom session variables # * Custom session variables
# This is the playbook for a Fedora Workstation post-installation.
--- ---
- name: foo-dogsquared's Fedora workstation - name: foo-dogsquared's Fedora workstation
hosts: workstation hosts: workstation
@ -10,12 +11,30 @@
roles: roles:
- role: system/base - role: system/base
tags: tags:
- dev_minimal - base
- dev_extra - dev
- flatpak_desktop_apps - system
- i18n - role: system/i18n
- fonts tags:
- apps/emacs - base
- extra
- role: system/fonts
tags:
- base
- system
- role: system/flatpak
tags:
- desktop
- system
- flatpak
- role: system/external_backup
tags:
- system
- setup
- backup
- role: apps/emacs
tags:
- apps
tasks: tasks:
- name: Install Flatpak development tools - name: Install Flatpak development tools