https://github.com/stackhpc/ansible-collection-hashicorp
Ansible collection for Hashicorp tools (Vault, Consul, etc)
https://github.com/stackhpc/ansible-collection-hashicorp
Last synced: 4 days ago
JSON representation
Ansible collection for Hashicorp tools (Vault, Consul, etc)
- Host: GitHub
- URL: https://github.com/stackhpc/ansible-collection-hashicorp
- Owner: stackhpc
- Created: 2021-05-12T16:35:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2026-04-24T15:06:57.000Z (about 1 month ago)
- Last Synced: 2026-04-24T17:09:05.377Z (about 1 month ago)
- Language: Jinja
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# StackHPC hashicorp collection
This repo contains `stackhpc.hashicorp` Ansible Collection. The collection includes roles supported by StackHPC for Hashicorp Vault/Consul deployment and configuration.
## Tested with Ansible
Tested with the current Ansible 2.9-2.10 releases.
## Included content
* `vault` role
## Using this collection
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:
```yaml
collections:
- name: stackhpc.hashicorp
```
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
## More information
- [Ansible Collection overview](https://github.com/ansible-collections/overview)
- [Ansible User guide](https://docs.ansible.com/ansible/latest/user_guide/index.html)
- [Ansible Developer guide](https://docs.ansible.com/ansible/latest/dev_guide/index.html)
- [Ansible Community code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)
## Licensing
Apache License Version 2.0