diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-09-01 04:11:37 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-09-01 04:11:37 +0200 |
commit | a024ad57e94976f7541bdd352e2d0a364c2aa5fb (patch) | |
tree | b04a92bdb939f6ecba135c0feb5d82fd148838e8 /galaxy.yml | |
download | ansible_collection-a024ad57e94976f7541bdd352e2d0a364c2aa5fb.tar.gz |
initial
Diffstat (limited to 'galaxy.yml')
-rw-r--r-- | galaxy.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/galaxy.yml b/galaxy.yml new file mode 100644 index 0000000..1735baf --- /dev/null +++ b/galaxy.yml @@ -0,0 +1,18 @@ +namespace: kompetenzbolzen +name: stuff +version: 0.0.0 +readme: README.md +authors: +- Jonas Gunz <himself@jonasgunz.de> + +description: Collections of Ansible roles I use +license_file: 'LICENSE' +tags: [] + +# Collections that this collection requires to be installed for it to be usable. The key of the dict is the +# collection label 'namespace.name'. The value is a version range +# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version +# range specifiers can be set and are separated by ',' +dependencies: {} +build_ignore: [] + |