From 0ffe664b5645f9661148212ce24a65886b001140 Mon Sep 17 00:00:00 2001 From: Marco Lettere Date: Thu, 19 Nov 2020 09:48:00 +0100 Subject: [PATCH] added dependency file --- meta/main.yaml | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 meta/main.yaml diff --git a/meta/main.yaml b/meta/main.yaml new file mode 100644 index 0000000..c035c11 --- /dev/null +++ b/meta/main.yaml @@ -0,0 +1,63 @@ +--- +galaxy_info: + author: Marco Lettere + description: Devop + company: Nubisware S.r.l. + + issue_tracker_url: https://redmine-s2i2s.isti.cnr.it/projects/provisioning + + license: EUPL 1.2+ + + min_ansible_version: 2.8 + + # To view available platforms and versions (or releases), visit: + # https://galaxy.ansible.com/api/v1/platforms/ + # + platforms: + - name: Ubuntu + versions: + - bionic + - name: EL + versions: + - 7 + - 8 + + galaxy_tags: + - conductor + - workflows + - user-management + +dependencies: + - src: git+igalaxy_info: + author: Andrea Dell'Amico + description: Systems Architect + company: ISTI-CNR + + issue_tracker_url: https://redmine-s2i2s.isti.cnr.it/projects/provisioning + + license: EUPL 1.2+ + + min_ansible_version: 2.8 + + # To view available platforms and versions (or releases), visit: + # https://galaxy.ansible.com/api/v1/platforms/ + # + platforms: + - name: Ubuntu + versions: + - bionic + - name: EL + versions: + - 7 + - 8 + + galaxy_tags: + - maven + - nexus + +dependencies: + - src: git+https://code-repo.d4science.org/gCubeSystem/ansible-role-workflows-common.git + version: master + name: workflows-common + state: latest +