cookiecutter-ansible-collec.../{{cookiecutter.collection_n.../{{cookiecutter.collection_n.../galaxy.yml

17 lines
527 B
YAML
Raw Normal View History

2021-04-21 21:23:51 +02:00
---
2020-08-17 20:57:03 +02:00
namespace: {{ cookiecutter.collection_namespace }}
2020-08-17 20:47:55 +02:00
name: {{ cookiecutter.collection_name }}
version: 1.0.0
readme: README.md
authors:
2020-08-17 21:07:35 +02:00
- {{ cookiecutter.author_full }} <{{ cookiecutter.author_email }}>
description: {{ cookiecutter.collection_description_short }}
2020-08-17 20:47:55 +02:00
license:
- MIT
license_file: "LICENSE"
tags:
2020-08-17 21:07:35 +02:00
- {{ cookiecutter.collection_category }}
2020-08-17 20:47:55 +02:00
dependencies: {}
2020-08-17 20:57:03 +02:00
repository: https://gitea.rknet.org/ansible/{{ cookiecutter.collection_namespace }}.{{ cookiecutter.collection_name }}
2020-08-17 20:47:55 +02:00
homepage: https://thegeeklab.de/