fedora-workstation-silverblue: create playbook

This is basically a simpler version of the Fedora Workstation playbook
with some layered packages on top of it.
This commit is contained in:
Gabriel Arazas 2022-05-24 15:12:10 +08:00
parent 447faf813e
commit 916296c6d8

View File

@ -0,0 +1,37 @@
# TODO:
# * Custom session variables
---
- name: foo-dogsquared's Fedora workstation
hosts: workstation
become: yes
roles:
- role: system/gnome
tags:
- base
- desktop
- system
- role: system/external_backup
tags:
- base
- desktop
- system
- role: system/flatpak
tags:
- desktop
- system
- flatpak
tasks:
- name: Install layered packages
community.general.rpm_ostree_pkg:
name:
- ansible
- distrobox
- borgmatic
- gnome-boxes
- kitty
- openssl
state: present