From 09a34567a726491e97399d6d86bdb1f9cbf82302 Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Thu, 19 May 2022 09:38:47 +0200 Subject: [PATCH] Bump to 1.0.5, add EE setup ref --- bindep.txt | 7 +++++++ galaxy.yml | 2 +- meta/execution-environment.yml | 11 +++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 bindep.txt create mode 100644 meta/execution-environment.yml diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..641ec85 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,7 @@ +python39-devel [platform:rpm compile] +git-lfs [platform:rpm] +python3-netaddr [platform:rpm] +python3-lxml [platform:rpm] +python3-jmespath [platform:rpm] +python3-requests [platform:rpm] + diff --git a/galaxy.yml b/galaxy.yml index 40279e4..86b2775 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: middleware_automation name: keycloak -version: "1.0.4" +version: "1.0.5" readme: README.md authors: - Romain Pelisse diff --git a/meta/execution-environment.yml b/meta/execution-environment.yml new file mode 100644 index 0000000..dba85a8 --- /dev/null +++ b/meta/execution-environment.yml @@ -0,0 +1,11 @@ +--- +version: 1 +build_arg_defaults: + EE_BASE_IMAGE: 'quay.io/ansible/ansible-runner:stable-2.12-devel' +dependencies: + galaxy: requirements.yml + python: requirements.txt + system: bindep.txt +additional_build_steps: + append: + - RUN alternatives --set python /usr/bin/python3