1
0
Fork
You've already forked fedora-workstation-playbook
0
Ansible playbook to configure Fedora as workstation
Find a file
2025年01月03日 18:14:08 +02:00
base_setup.yml Add powerline-fonts 2025年01月03日 18:14:08 +02:00
extra_apps.yml Initial commit 2025年01月03日 17:38:48 +02:00
LICENSE Initial commit 2025年01月03日 17:38:48 +02:00
README.md Initial commit 2025年01月03日 17:38:48 +02:00

Fedora Workstation Ansible Playbook

Prerequirements:

# Install Ansible
sudo dnf install ansible

Usage:

# To install updates, configure repositories, install basic software 
# and apply basic system configuration, run the main playbook as current user (not sudo):
ansible-playbook ./base_setup.yml
# To install/update additional application, like Codium or Spotify,
# run coresponding playbook as current user (not sudo):
ansible-playbook ./extra_apps.yml
# This playbook is interactive, you'll need to choose using [y/n] what to install/update.