Skip to content

Commit fa9cdd0

Browse files
committed
Added more to README.md
1 parent 2daa6bf commit fa9cdd0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ The code example in the `terraform_gcp` directory has code for remote exec comme
1414
## Build System Images with Packer and Ansible
1515
HashiCorp's Packer tool allows you to use your existing Ansible playbooks to easily build machine images on the cloud or virtualization platform of your choice. Packer uses a JSON file for configuration, and is run from the command line.
1616

17-
## Integrate HashiCorp Vault with Ansible
17+
## Integrate HashiCorp Vault with Ansible
18+
You can easily fetch secrets from Vault using the Hashi Vault Ansible plugin:
19+
https://docs.ansible.com/ansible/devel/plugins/lookup/hashi_vault.html
20+
21+
This plugin is based on the excellent Python HVAC library:
22+
https://github.com/hvac/hvac

0 commit comments

Comments
 (0)