Files
ansible_role_package/vars/main.yml
2025-01-24 17:41:21 -07:00

42 lines
584 B
YAML

# variables used in ansible_role_package
---
assume_missing_is_syspkg: false
full_upgrade: false
install_state: present
# install lists
brewtaps: []
cargopkgs: []
caskpkgs: []
gopkgs: []
npmpkgs: []
packages: []
pipxpkgs: []
srcpkgs: []
syspkgs: []
tappkgs: []
# namespaced package variables
pkgconfig:
alacritty: {}
carapace: {}
consul: {}
git: {}
go: {}
hashicorp_repo: {}
kitty: {}
neovide: {}
neovim: {}
nerdfonts: {}
nodejs: {}
nomad: {}
nushell: {}
packer: {}
python3: {}
rust: {}
terraform: {}
terrarepo: {}
tidy: {}
zfs: {}
zig: {}