An open API service indexing awesome lists of open source software.

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)

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