Ansible Modules for Hashicorp Vault
Project description
Ansible modules for Hashicorp Vault.
Usage
The following example writes the giant secret with two values and then reads the fie value:
--- - hosts: localhost tasks: - hashivault_write: secret: giant data: foo: foe fie: fum - hashivault_read: secret='giant' key='fie' register='fie' - debug: msg="Value is {{fie.value}}"
If you are not using the VAULT_ADDR and VAULT_TOKEN environment variables, you may be able to simplify your playbooks with an action plugin. This can be some somewhat similar to this example action plugin.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ansible-modules-hashivault-1.1.8.tar.gz
.
File metadata
- Download URL: ansible-modules-hashivault-1.1.8.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dafac491684f3cad901df3713b6c59c0e552e5bdeb9b8b59453ac0c0de42d50 |
|
MD5 | 496f57afe1259bfdce9a5eb212ea0fb2 |
|
BLAKE2b-256 | ec64be1c782cba23b5bdb88cefa5f0e61112e16898749ad546154226d7e86a11 |