Files
ansible_role_package/vars/hashicorp_repo.yml
Matthew Stobbs 0f2d22f3c5 packages are more generic
- if config is needed, it has a file in vars/
- all imported vars for pkgs are namespaced with _<pkgname>
2025-01-23 00:29:58 -07:00

24 lines
622 B
YAML

---
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