This repo contains stackhpc.hashicorp
Ansible Collection. The collection includes roles supported by StackHPC for Hashicorp Vault/Consul deployment and configuration.
Tested with the current Ansible 2.9-2.10 releases.
vault
role
Before using the collection, you need to install the collection with the ansible-galaxy
CLI:
ansible-galaxy collection install stackhpc.hashicorp
You can also include it in a requirements.yml
file and install it via ansible-galaxy collection install -r requirements.yml` using format:
collections:
- name: stackhpc.hashicorp
See Ansible Using collections for more details.
- Ansible Collection overview
- Ansible User guide
- Ansible Developer guide
- Ansible Community code of conduct
Apache License Version 2.0