From 0fb3517ec64432d259b198a89d7f5d2fc6828be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 8 Jan 2021 04:12:47 +0100 Subject: [PATCH] initial commit --- README.md | 3 +++ galaxy.yml | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 README.md create mode 100644 galaxy.yml diff --git a/README.md b/README.md new file mode 100644 index 0000000..9137b2c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Ansible Collection - jcgruenhage.base + +jcgruenhage's base collection. Contains a bunch of my roles for my own infra. diff --git a/galaxy.yml b/galaxy.yml new file mode 100644 index 0000000..d7ae34e --- /dev/null +++ b/galaxy.yml @@ -0,0 +1,16 @@ +namespace: jcgruenhage +name: base +version: 0.1.0 +readme: README.md +authors: +- Jan Christian Grünhage +description: jcgruenage's base collection +license: +- AGPL-3.0-only +tags: [] +dependencies: {} +repository: https://git.jcg.re/jcgruenhage/ansible-collection-base +documentation: https://git.jcg.re/jcgruenhage/ansible-collection-base/src/branch/main/README.md +homepage: https://git.jcg.re/jcgruenhage/ansible-collection-base +issues: https://git.jcg.re/jcgruenhage/ansible-collection-base/issues +build_ignore: []