Move variable-files to group_vars directory

The group_vars dir is the standard destination for ansible to look for
variable-files. So I do not have to declare them in the main.yml
anymore. This change will make it easier for me to reason about upcoming
changes, like using a vault for sensitive information.
This commit is contained in:
2025-09-12 18:19:19 +02:00
parent a86a21660a
commit d1471e937a
5 changed files with 1 additions and 4 deletions

View File

@@ -0,0 +1,51 @@
# brew packages are packages for the command line
brew_packages:
- asciidoctor
- awscli
- bind
- btop
- colordiff
- eza
- fd
- git
- git-delta
- gcloud-cli
- graphviz
- htop
- hugo
- imagemagick
- jq
- k9s
- kubernetes-cli
- lesspipe
- lynx
- mutt
- nmap
- nvim
- oathtool
- opentofu
- plantuml
- pgcli
- ripgrep
- stow
- tree
- uuid
- whois
- zoxide
# brew casks are visual programms
brew_casks:
- alacritty
- enpass
- firefox
- firefox@developer-edition
- gimp
- gnucash
- google-chrome
- kitty
- spotify
- ungoogled-chromium
# mas apps are apps from the apple app-store
mas_apps: []