Add new file

This commit is contained in:
Maksim Bolshakov
2022-08-02 15:00:02 +03:00
parent f3504a3d50
commit ebfb465531

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