22 lines
1.0 KiB
YAML
22 lines
1.0 KiB
YAML
# Standards: 0.1
|
|
---
|
|
galaxy_info:
|
|
# @meta author:value: [{{ cookiecutter.author_full }}](https://gitea.rknet.org/{{ cookiecutter.author }})
|
|
author: "{{ cookiecutter.author_full }} <{{ author_email }}>"
|
|
# @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)](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:
|