diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
commit | 975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch) | |
tree | 89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/community/hashi_vault/meta | |
parent | Initial commit. (diff) | |
download | ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.tar.xz ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.zip |
Adding upstream version 7.7.0+dfsg.upstream/7.7.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/community/hashi_vault/meta')
3 files changed, 28 insertions, 0 deletions
diff --git a/ansible_collections/community/hashi_vault/meta/ee-requirements.txt b/ansible_collections/community/hashi_vault/meta/ee-requirements.txt new file mode 100644 index 000000000..53393fd3e --- /dev/null +++ b/ansible_collections/community/hashi_vault/meta/ee-requirements.txt @@ -0,0 +1,9 @@ +# ansible-builder doesn't seem to properly handle "; python_version" type of constraints +# requirements here are assuming python 3.6 or higher +hvac >=0.10.6 +urllib3 >= 1.15 + +boto3 # these are only needed if inferring AWS credentials or +botocore # using a boto profile; including for completeness + +azure-identity # only needed when using a servide principal or managed identity diff --git a/ansible_collections/community/hashi_vault/meta/execution-environment.yml b/ansible_collections/community/hashi_vault/meta/execution-environment.yml new file mode 100644 index 000000000..c89949397 --- /dev/null +++ b/ansible_collections/community/hashi_vault/meta/execution-environment.yml @@ -0,0 +1,4 @@ +--- +version: 1 +dependencies: + python: meta/ee-requirements.txt diff --git a/ansible_collections/community/hashi_vault/meta/runtime.yml b/ansible_collections/community/hashi_vault/meta/runtime.yml new file mode 100644 index 000000000..02b09ecd2 --- /dev/null +++ b/ansible_collections/community/hashi_vault/meta/runtime.yml @@ -0,0 +1,15 @@ +--- +requires_ansible: '>=2.11.0' +action_groups: + # let's keep this in alphabetical order + vault: + - vault_kv1_get + - vault_kv2_delete + - vault_kv2_get + - vault_kv2_write + - vault_list + - vault_login + - vault_pki_generate_certificate + - vault_read + - vault_token_create + - vault_write |