diff --git a/examples/hashivault_create_engine.yaml b/examples/hashivault_create_engine.yaml new file mode 100644 index 0000000..8fa4580 --- /dev/null +++ b/examples/hashivault_create_engine.yaml @@ -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