diff --git a/examples/hashivault_read_secret.yaml b/examples/hashivault_read_secret.yaml new file mode 100644 index 0000000..8c614f0 --- /dev/null +++ b/examples/hashivault_read_secret.yaml @@ -0,0 +1,13 @@ +--- +- 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