- if config is needed, it has a file in vars/ - all imported vars for pkgs are namespaced with _<pkgname>
24 lines
622 B
YAML
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
|