# 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: [] 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. as a dict pkgconfig: alacritty: {} carapace: {} clangd: {} consul: {} git: {} go: {} hashicorp: {} kitty: {} luals: {} ghostty: {} neovide: {} neovim: {} nerdfonts: {} nodejs: {} nomad: {} nushell: {} packer: {} python3: {} rust: {} terraform: {} terraformls: {} terrarepo: {} tidy: {} zfs: {} zig: {} zls: {}