From 782c324620de31bf6fce14486700ca2f1cff2cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 31 Oct 2024 13:24:37 +0100 Subject: [PATCH] add Ansile role metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub Sokołowski --- meta/main.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/main.yml diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..2c50700 --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,18 @@ +--- +galaxy_info: + author: Jakub Sokołowski + description: Deploy Dokku instance + company: Status.im + license: MIT + min_ansible_version: 1.9 + platforms: + - name: Ubuntu + versions: + - xenial + dependencies: + - name: infra-role-consul-service + src: git+git@github.com:status-im/infra-role-consul-service.git + scm: git + - name: infra-role-open-ports + src: git+git@github.com:status-im/infra-role-open-ports.git + scm: git