commit 0fb3517ec64432d259b198a89d7f5d2fc6828be8 Author: Jan Christian Grünhage Date: Fri Jan 8 04:12:47 2021 +0100 initial commit 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: []