Files
decort-ansible/examples/hashivault/hashivault_create_engine.yaml
msbolshakov 36d6fe092d add exampels
2022-10-21 20:43:08 +07:00

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