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:
@@ -1,7 +1,23 @@
|
||||
---
|
||||
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"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user