feat: add hashivault_unseal module #5

Merged
xoxys merged 15 commits from add-hashivault into main 2023-07-30 10:43:37 +00:00
Showing only changes of commit 298e7e4038 - Show all commits

View File

@ -25,9 +25,9 @@ options:
elements: str elements: str
required: true required: true
author: author:
- ownCloud GmbH (@owncloud) - Robert Kaussow (@xoxys)
extends_documentation_fragment: extends_documentation_fragment:
- owncloud.general.hashivault - xoxys.general.hashivault
""" """
EXAMPLES = """ EXAMPLES = """
@ -41,10 +41,10 @@ EXAMPLES = """
url: https://vault.example.com url: https://vault.example.com
""" """
from ansible_collections.owncloud.general.plugins.module_utils.hashivault import hashivault_argspec from ansible_collections.xoxys.general.plugins.module_utils.hashivault import hashivault_argspec
from ansible_collections.owncloud.general.plugins.module_utils.hashivault import hashivault_client from ansible_collections.xoxys.general.plugins.module_utils.hashivault import hashivault_client
from ansible_collections.owncloud.general.plugins.module_utils.hashivault import hashivault_init from ansible_collections.xoxys.general.plugins.module_utils.hashivault import hashivault_init
from ansible_collections.owncloud.general.plugins.module_utils.hashivault import hashiwrapper from ansible_collections.xoxys.general.plugins.module_utils.hashivault import hashiwrapper
def main(): def main():