Broke tasks out into roles rather than leaving them all in common

This commit is contained in:
Elia Farin
2024-10-30 13:45:57 -05:00
parent ead61b9fdc
commit 5f6cc4ae7b
10 changed files with 116 additions and 44 deletions

29
group_vars/all Normal file
View File

@@ -0,0 +1,29 @@
release_ver: "41"
core_ver: "fc41"
username: "" #MY SUDO USER HERE
dnf_packages:
- rhythmbox
- terminator
- git
- neovim
- ranger
- htop
- screen
- tmux
- flatpak
- util-linux-user
- curl
- zsh
flatpak_remotes:
- { name: "flathub", url: "https://dl.flathub.org/repo/flathub.flatpakrepo"}
flatpaks:
- { remote: "flathub", package: "com.discordapp.Discord" }
- { remote: "flathub", package: "com.github.tchx84.Flatseal" }
- { remote: "flathub", package: "com.valvesoftware.Steam" }
- { remote: "flathub", package: "org.mozilla.firefox" }
- { remote: "flathub", package: "io.github.ungoogled_software.ungoogled_chromium" }
- { remote: "flathub", package: "org.videolan.VLC" }