16 lines
449 B
YAML
16 lines
449 B
YAML
|
namespace: {{ cookiecutter.namespace }}
|
||
|
name: {{ cookiecutter.collection_name }}
|
||
|
version: 1.0.0
|
||
|
readme: README.md
|
||
|
authors:
|
||
|
- {{ author_full }} <{{ author_email }}>
|
||
|
description: {{ collection_description_short }}
|
||
|
license:
|
||
|
- MIT
|
||
|
license_file: "LICENSE"
|
||
|
tags:
|
||
|
- {{ collection_category }}
|
||
|
dependencies: {}
|
||
|
repository: https://gitea.rknet.org/ansible/{{ cookiecutter.namespace }}.{{ cookiecutter.collection_name }}
|
||
|
homepage: https://thegeeklab.de/
|