Files
decort-ansible/examples/hashivault/hashivault_read_secret.yaml

14 lines
277 B
YAML
Raw Normal View History

2022-08-02 15:02:18 +03:00
---
- hosts: localhost
tasks:
- hashivault_read:
url: "https://vault.domain.local"
authtype: ldap
username: "uset"
password: "p@ssword"
mount_point: kv
secret: secret
key: foo
version: 2
register: key