Add new file

rc-5.2.3
Maksim Bolshakov 3 years ago
parent f3504a3d50
commit ebfb465531

@ -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
Loading…
Cancel
Save