Fedora Ansible Playbook
Automating the setup of a fresh Fedora 36 installation using an Ansible playbook to streamline installations and configurations.
Features of the Playbook
Install:
- Chrome
- Visual Studio Code
- Sublime Text
- Spotify (via
lpf-spotify
)
Configure:
- DNF Settings:
- Enable default settings like the fastest mirror and parallel downloads.
- Adjust the default confirmation prompt (
NO
toYES
).
- Media Encoding Repo: Add essential multimedia codecs for audio and video playback.
- Third-Party Repos: Add free and non-free RPM repositories for extended compatibility.
- Shell & Command Prompt:
- Change the default shell to
zsh
. - Update to Starship prompt for customization.
- Change the default shell to
- Dotfiles: Integrate custom configurations, including:
.gitignore
and.gitconfig
for Git workflow optimization..zshrc
and.tmux
for shell and session management.
Installation Instructions
- Install Ansible: Run
sudo dnf install ansible
on your Fedora machine. - Clone the Repository: Use this GitHub repo for the playbook.
- Run the Playbook: Navigate to the repo directory and execute:
ansible-playbook main.yml -K