Files
decort-ansible/examples/hashivault/hashivault_create_engine.yaml

15 lines
292 B
YAML
Raw Normal View History

2022-08-02 15:00:02 +03:00
---
#
# 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