24 lines
646 B
YAML
24 lines
646 B
YAML
---
|
|
Linux:
|
|
RedHat: &redhat
|
|
repo: https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
|
|
Fedora: &fedora
|
|
repo: https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
|
|
Debian: &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
|