Init: mediaserver

This commit is contained in:
2023-02-08 12:13:28 +01:00
parent 848bc9739c
commit f7c23d4ba9
31914 changed files with 6175775 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,4 @@
---
version: 1
dependencies:
python: meta/ee-requirements.txt

View File

@@ -0,0 +1,14 @@
---
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_list
- vault_login
- vault_pki_generate_certificate
- vault_read
- vault_token_create
- vault_write