Files
ansible_role_package/vars/main.yml
2025-02-07 14:16:52 -07:00

62 lines
1014 B
YAML

# variables used in ansible_role_package
---
assume_missing_is_syspkg: true
full_upgrade: false
install_state: present
default_config:
install_prefix: /usr/local
become: true
owner: root
group: root
# install lists
brewtaps: []
cargopkgs: []
cargoversioned: []
caskpkgs: []
flatpkgs: []
flatpkg_repo:
- name: flathub
url: https://dl.flathub.org/repo/flathub.flatpakrepo
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: {}
bitwarden: {}
carapace: {}
clangd: {}
consul: {}
git: {}
go: {}
hashicorp: {}
kitty: {}
luals: {}
ghostty: {}
neovide: {}
neovim: {}
nerdfonts: {}
nodejs: {}
nomad: {}
nushell: {}
packer: {}
python3: {}
rust: {}
tailscale: {}
terraform: {}
terraformls: {}
terrarepo: {}
tidy: {}
zfs: {}
zig: {}
zls: {}