|
|
@ -9,11 +9,11 @@ DOCUMENTATION = """
|
|
|
|
lookup: hashi_vault
|
|
|
|
lookup: hashi_vault
|
|
|
|
author: Jonathan Davila <jdavila(at)ansible.com>
|
|
|
|
author: Jonathan Davila <jdavila(at)ansible.com>
|
|
|
|
version_added: "2.0"
|
|
|
|
version_added: "2.0"
|
|
|
|
short_description: retrieve secrets from HasihCorp's vault
|
|
|
|
short_description: retrieve secrets from HashiCorp's vault
|
|
|
|
requirements:
|
|
|
|
requirements:
|
|
|
|
- hvac (python library)
|
|
|
|
- hvac (python library)
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- retrieve secrets from HasihCorp's vault
|
|
|
|
- retrieve secrets from HashiCorp's vault
|
|
|
|
notes:
|
|
|
|
notes:
|
|
|
|
- Due to a current limitation in the HVAC library there won't necessarily be an error if a bad endpoint is specified.
|
|
|
|
- Due to a current limitation in the HVAC library there won't necessarily be an error if a bad endpoint is specified.
|
|
|
|
options:
|
|
|
|
options:
|
|
|
|