From 6148e67dd121976bb2bc4b52f3f1d123a6b74388 Mon Sep 17 00:00:00 2001 From: Maksim Bolshakov Date: Tue, 2 Aug 2022 15:02:18 +0300 Subject: [PATCH] Add new file --- examples/hashivault_read_secret.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/hashivault_read_secret.yaml 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