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

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