mirror of
https://github.com/LIV2/ansible-modules-hashivault.git
synced 2025-12-06 06:32:48 +00:00
Specify type for states
This commit is contained in:
parent
00040846aa
commit
cb2fc582fc
@ -40,19 +40,23 @@ options:
|
|||||||
- name of the db configuration youre referencing. in my opinion, this should be called 'db connection' but
|
- name of the db configuration youre referencing. in my opinion, this should be called 'db connection' but
|
||||||
hashi calls it db_name
|
hashi calls it db_name
|
||||||
creation_statements:
|
creation_statements:
|
||||||
|
type: list
|
||||||
description:
|
description:
|
||||||
- "Specifies the database statements executed to create and configure a user. make sure your account for
|
- "Specifies the database statements executed to create and configure a user. make sure your account for
|
||||||
variables like this {{'{{name}}'}}"
|
variables like this {{'{{name}}'}}"
|
||||||
revocation_statements:
|
revocation_statements:
|
||||||
|
type: list
|
||||||
description:
|
description:
|
||||||
- Specifies the database statements to be executed to revoke a user. See the plugin's API page for more
|
- Specifies the database statements to be executed to revoke a user. See the plugin's API page for more
|
||||||
information on support and formatting for this parameter.
|
information on support and formatting for this parameter.
|
||||||
rollback_statements:
|
rollback_statements:
|
||||||
|
type: list
|
||||||
description:
|
description:
|
||||||
- Specifies the database statements to be executed rollback a create operation in the event of an error. Not
|
- Specifies the database statements to be executed rollback a create operation in the event of an error. Not
|
||||||
every plugin type will support this functionality. See the plugin's API page for more information on
|
every plugin type will support this functionality. See the plugin's API page for more information on
|
||||||
support and formatting for this parameter.
|
support and formatting for this parameter.
|
||||||
renew_statements:
|
renew_statements:
|
||||||
|
type: list
|
||||||
description:
|
description:
|
||||||
- Specifies the database statements to be executed to renew a user. Not every plugin type will support this
|
- Specifies the database statements to be executed to renew a user. Not every plugin type will support this
|
||||||
functionality. See the plugin's API page for more information on support and formatting for this
|
functionality. See the plugin's API page for more information on support and formatting for this
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user