15 lines
292 B
YAML
15 lines
292 B
YAML
---
|
|
#
|
|
# 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
|