Skip to content

Ansible collection for Hashicorp tools (Vault, Consul, etc)

Notifications You must be signed in to change notification settings

stackhpc/ansible-collection-hashicorp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

collections:
- name: stackhpc.hashicorp

See Ansible Using collections for more details.

More information

Licensing

Apache License Version 2.0