Custom role to install fedora workstation for my use case.
The role will setup GNOME with a few extensions (including one from COPR build by myself), firefox with H264 support, some developper utilities and the NordVPN client configuration files.
fedora_workstation_user: user to create. This user will be part of the wheel group, and its dotfiles retrieved from github.com//dotfiles.
- hosts: localhost
roles:
- role: fedora-workstation
vars:
fedora_workstation_user: jbertozzi
BSD
Jeremy Bertozzi [email protected]