add exampels

This commit is contained in:
msbolshakov
2022-10-21 20:43:08 +07:00
parent 8f737397de
commit 36d6fe092d
26 changed files with 178 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
#
# This playbook create engine "test".
#
- hosts: localhost
tasks:
- hashivault_secret_engine:
url: "https://vault.domain.local"
authtype: ldap
username: "user"
password: "p@ssword"
state: present
name: test
backend: generic