Files
ansible_role_package/vars/main.yml
Matthew Stobbs 2f3690aded clean up, refactor, documentation
- reducing amount of splitting in configs
- documenting configuration
2025-01-24 23:23:24 -07:00

50 lines
793 B
YAML

# variables used in ansible_role_package
---
assume_missing_is_syspkg: true
full_upgrade: false
install_state: present
default_confg:
install_prefix: /usr/local
become: true
owner: root
group: root
# install lists
brewtaps: []
cargopkgs: []
caskpkgs: []
gopkgs: []
npmpkgs: []
packages: []
pipxpkgs: []
srcpkgs: []
syspkgs: []
tappkgs: []
# pkgconfig, loaded from .yml files in vars
# and combined. Configuration can be changed
# when running the role by specifying
# pkgconfig.<pkgname> as a dict
pkgconfig:
alacritty: {}
carapace: {}
consul: {}
git: {}
go: {}
hashicorp: {}
kitty: {}
neovide: {}
neovim: {}
nerdfonts: {}
nodejs: {}
nomad: {}
nushell: {}
packer: {}
python3: {}
rust: {}
terraform: {}
terrarepo: {}
tidy: {}
zfs: {}
zig: {}