Files
ansible_role_package/vars/main.yml
Matthew Stobbs fc674fe06f add a number of pkgs
- putting package deps and pkgnames in vars/main.yml
2025-02-09 14:55:38 -07:00

82 lines
1.3 KiB
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: {}
broot:
deps:
Debian:
- build-essential
- libxcb1-dev
- libxcb-render0-dev
- libxcb-shape0-dev
- libxcb-xfixes0-dev
RedHat:
- libxcb
carapace: {}
clangd: {}
consul: {}
fd:
pkg:
Darwin:
- fd
RedHat:
- fd-find
Debian:
- fd-find
ghostty: {}
git: {}
go: {}
hashicorp: {}
jellyfin: {}
kitty: {}
libreoffice: {}
luals: {}
neovide: {}
neovim: {}
nerdfonts: {}
nodejs: {}
nomad: {}
nushell: {}
packer: {}
python3: {}
rust: {}
tailscale: {}
terraform: {}
terraformls: {}
terrarepo: {}
tidy: {}
zfs: {}
zig: {}
zls: {}