cookiecutter-ansible-role/{{cookiecutter.author}}.{{c.../meta/main.yml

24 lines
1.3 KiB
YAML

# Standards: 0.2
---
galaxy_info:
# @meta author:value: [{{ cookiecutter.author_full }}](https://gitea.rknet.org/{{ cookiecutter.author }})
author: "{{ cookiecutter.author_full }} <{{ cookiecutter.author_email }}>"
namespace: {{ cookiecutter.namespace }}
role_name: {{ cookiecutter.role_name }}
# @meta description: >
# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/{{ cookiecutter.author }}.{{ cookiecutter.role_name }})
# [![Build Status](https://img.shields.io/drone/build/ansible/{{ cookiecutter.author }}.{{ cookiecutter.role_name }}?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/{{ cookiecutter.author }}.{{ cookiecutter.role_name }})
# [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/{{ cookiecutter.author }}.{{ cookiecutter.role_name }}/src/branch/{{ cookiecutter.git_default_branch }}/LICENSE)
#
# {{ cookiecutter.role_description_short }}.
# @end
description: {{ cookiecutter.role_description_short }}
license: MIT
min_ansible_version: {{ cookiecutter.role_min_ansible_version }}
platforms:
- name: EL
versions:
- 7
galaxy_tags: []
dependencies: []