Skip to main content

Ansible Vars Plugin for Hashicorp Vault

Project description

Ansible Vars Plugin for Hashicorp Vault

An Ansible Vars Plugin for Hashicorp Vault to lookup credentials/secrets, injecting these into the playbook run (e.g. ansible_user, ansible_password, etc).

Use Hashicorp Vault like you would ansible-vault'ed group_vars, domain_vars [a new concept in this module!] and host_vars.

This module was originaly developed for the gostint project.

Prereqs

  • Ansible
  • You may need pip install urllib3
  • pip install hvac

Installation

sudo pip install hashivault-vars

Enable in Ansible

In ansible.cfg:

vars_plugins = /usr/local/lib/python2.7/dist-packages/hashivault_vars

Or, symlink from ansible's vars plugins folder to hashivault_vars.py, e.g.:

$ cd /usr/local/lib/python2.7/dist-packages/ansible/plugins/vars
$ sudo ln -s /usr/local/lib/python2.7/dist-packages/hashivault_vars/hashivault_vars.py .

On Alpine Linux:

pip install hvac hashivault-vars && \
ln -s /usr/lib/python2.7/site-packages/hashivault_vars/hashivault_vars.py \
  /usr/lib/python2.7/site-packages/ansible/plugins/vars

Vault Secret Paths

Root path in vault:

  • /secret/ansible/

Precendence (applied top to bottom, so last takes precendence):

  • Groups:

    • /secret/ansible/groups/all
    • /secret/ansible/groups/ungrouped
    • /secret/ansible/groups/your_inv_item_group
    • ...
  • Hosts/Domains:

    • /secret/ansible/{connection}/domains/com
    • /secret/ansible/{connection}/domains/example.com
    • /secret/ansible/{connection}/hosts/hosta.example.com

where {connection} is ansible_connection, e.g.: "ssh", "winrm", ... (this plugin attempts to make assumptions where ansible_connection is not set)

All values retrieved from these paths are mapped as ansible variables, e.g. ansible_user, ansible_password, etc.

The layered lookups are merged, with the last taking precendence over earlier lookups.

Lookups to the vault are cached for the run.

Developer Notes

Enable Debugging

(danger, will reveal retrieved vault secrets in the ansible log)

Set environment variable HASHIVAULT_VARS_DEBUG=1.

Release to PyPi

From vagrant (pip prereqs are required), e.g.:

$ ./setup.py sdist bdist_wheel
$ twine upload dist/hashivault_vars-0.1.17*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hashivault_vars-0.1.19.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

hashivault_vars-0.1.19-py2-none-any.whl (6.0 kB view details)

Uploaded Python 2

File details

Details for the file hashivault_vars-0.1.19.tar.gz.

File metadata

  • Download URL: hashivault_vars-0.1.19.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15rc1

File hashes

Hashes for hashivault_vars-0.1.19.tar.gz
Algorithm Hash digest
SHA256 4000370753100582dee94b47a882cd75658ecc9d9bbfde82440cb712344779c7
MD5 525004638fd634bafd4348f4024ec2e3
BLAKE2b-256 0639d6ac7a8a6d08b7f2fc957933f4d1f5486da937f1ddb61cd22390bdb595bc

See more details on using hashes here.

File details

Details for the file hashivault_vars-0.1.19-py2-none-any.whl.

File metadata

  • Download URL: hashivault_vars-0.1.19-py2-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15rc1

File hashes

Hashes for hashivault_vars-0.1.19-py2-none-any.whl
Algorithm Hash digest
SHA256 c81dad33fd19fd28abd6f836e6c4910a8463dc95124e6367b454df1a204af8ad
MD5 ad8f06750da6cbdfe877d6380880e1d1
BLAKE2b-256 4b05b8c55c02e014d234dfb35a392a99fdd0a12cf4bb6b25290484c0b6820a75

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page