packages are more generic

- if config is needed, it has a file in vars/
- all imported vars for pkgs are namespaced with _<pkgname>
This commit is contained in:
Matthew Stobbs
2025-01-23 00:29:58 -07:00
parent 6fa5a46701
commit 0f2d22f3c5
76 changed files with 277 additions and 594 deletions

View File

@@ -1,2 +1,8 @@
---
version: 1.1.1
Linux:
pkgs:
- carapace-bin
Darwin:
pkgs:
- carapace

View File

@@ -1,7 +1,23 @@
---
RedHat:
repo: https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
Fedora:
repo: https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
Debian:
repo: "deb [arch={{ ansible_architecture }} signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com {{ ansible_distribution_release }} main"
Linux:
RedHat:
repo: https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
Fedora:
repo: https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
Debian:
repo: "deb [arch={{ ansible_architecture }} signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com {{ ansible_distribution_release }} main"
consul:
Linux: consul
Darwin: hashicorp/tap/consul
nomad:
Linux: nomad
Darwin: hashicorp/tap/nomad
terraform:
Linux: terraform
Darwin: hashicorp/tap/terraform
vault:
Linux: vault
Darwin: hashicorp/tap/vault
packer:
Linux: packer
Darwin: packer

8
vars/nodejs.yml Normal file
View File

@@ -0,0 +1,8 @@
---
Darwin:
pkgs:
- node
Linux:
pkgs:
- nodejs
- npm

7
vars/nomad.yml Normal file
View File

@@ -0,0 +1,7 @@
---
Darwin:
pkgs:
- hashicorp/tap/nomad
Linux:
pkgs:
- nomad

View File

@@ -1,7 +1,5 @@
---
install_prefix: /usr/local
nu_pkgs_list:
- nu
nu_plugins:
- nu_plugin_inc
- nu_plugin_polars
- nu_plugin_gstat
@@ -14,3 +12,23 @@ nu_pkgs_list:
- nu_plugin_qr_maker
- nu_plugin_rpm
- nu_plugin_semver
Darwin:
nu_pkgs_list: []
pkgdeps:
- nushell
- openssl
- cmake
Debian:
nu_pkgs_list:
- nu
pkgdeps:
- pkg-config
- libssl-dev
- build-essential
RedHat:
nu_pkgs_list:
- nu
pkgdeps:
- libxcb
- openssl-devel
- libX11-devel

6
vars/packer.yml Normal file
View File

@@ -0,0 +1,6 @@
Darwin:
pkgs:
- hashicorp/tap/packer
Linux:
pkgs:
- packer

7
vars/python3.yml Normal file
View File

@@ -0,0 +1,7 @@
Darwin:
pkgs:
- python3
Linux:
pkgs:
- python3
- python3-pip

7
vars/rust.yml Normal file
View File

@@ -0,0 +1,7 @@
Darwin:
pkgs:
- rust
Linux:
pkgs:
- rustc
- cargo

7
vars/terraform.yml Normal file
View File

@@ -0,0 +1,7 @@
---
Darwin:
pkgs:
- hashicorp/tap/terraform
Linux:
pkgs:
- terraform

3
vars/terrarepo.yml Normal file
View File

@@ -0,0 +1,3 @@
---
Fedora:
repo: https://terra.fyralabs.com/terra.repo

6
vars/tidy.yml Normal file
View File

@@ -0,0 +1,6 @@
Darwin:
pkgs:
- tidy-html5
Linux:
pkgs:
- tidy

21
vars/zfs.yml Normal file
View File

@@ -0,0 +1,21 @@
repo_base: https://zfsonlinux.org
gpg_key: https://raw.githubusercontent.com/zfsonlinux/zfsonlinux.github.com/master/zfs-release/RPM-GPG-KEY-openzfs-key2
gpg_key_fingerprint: 7DC7 299D CF7C 7FD9 CD87 701B A599 FD5E 9DB8 4141
fedora:
release: 2-6
epel:
release: 2-3
RedHat:
deppkgs:
- kernel-devel
- epel-release
pkgs:
- zfs
Debian:
deppkgs:
- dpkg-dev
- linux-headers-generic
- linux-image-generic
pkgs:
- zfs-dkms
- zfsutils-linux