Files
ansible_role_package/vars/pkgs/hashicorp.yml
Matthew Stobbs a3df5215b8 reorganizing configuration
- static package configuration in `vars/pkgs`
  - loaded into the variable `pkgconfig` as part of `tasks/main.yml`
2025-02-12 12:52:55 -07:00

9 lines
379 B
YAML

hashicorp:
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"