You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.3 KiB
23 lines
1.3 KiB
# 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: > |
|
# [](https://gitea.rknet.org/ansible/{{ cookiecutter.author }}.{{ cookiecutter.role_name }}) |
|
# [](https://drone.rknet.org/ansible/{{ cookiecutter.author }}.{{ cookiecutter.role_name }}) |
|
# [](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: []
|
|
|