This commit is contained in:
DeveloperDurp 2025-04-07 05:38:03 -05:00
parent 5c8eaa0a37
commit 5901141cc3
8 changed files with 51 additions and 41 deletions

View file

@ -1,17 +1,11 @@
- name: Load devpod variables if DEVPOD is true
- name: Load a variable file
include_vars: "{{ item }}"
with_first_found:
- "vars/devpod.yml"
when: DEVPOD
- "vars/{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml"
- "vars/{{ ansible_distribution }}.yml"
- "vars/{{ ansible_os_family }}.yml"
- "vars/defaults.yml"
#- name: Load a variable file
# include_vars: "{{ item }}"
# with_first_found:
# - "vars/{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml"
# - "vars/{{ ansible_distribution }}.yml"
# - "vars/{{ ansible_os_family }}.yml"
# - "vars/defaults.yml"
# when: not DEVPOD
- name:
- name: "load tasks"
include_tasks: "defaults.yml"

View file

@ -1,41 +0,0 @@
install_homebrew_if_missing: true
required_packages_brew:
- lazygit
- glab
- oh-my-posh
- kubernetes-cli
- zsh-autosuggestions
- bitwarden-cli
- vivid
- yazi
- zsh-history-substring-search
- opentofu
- helm
- bat
- neovim
- eza
- zoxide
- ansible
- ffmpeg
- k9s
required_packages_apt:
- stow
- zsh
- curl
- xsel
- wget
- apt-transport-https
- fzf
- ripgrep
- libsecret-tools
- rclone
go_apps:
- github.com/charmbracelet/vhs@latest
- github.com/charmbracelet/glow@latest
- github.com/swaggo/swag/cmd/swag@latest
- github.com/air-verse/air@latest
- github.com/minio/mc@latest