xoxys.droneci_runner_docker/meta/main.yml

27 lines
1.0 KiB
YAML
Raw Normal View History

# Standards: 0.2
2020-06-15 21:15:20 +02:00
---
galaxy_info:
2020-09-25 10:20:52 +02:00
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
2020-10-01 17:12:38 +02:00
author: "Robert Kaussow <mail@thegeeklab.de>"
2021-04-23 12:12:09 +02:00
namespace: xoxys
role_name: droneci_runner_docker
2020-09-25 10:20:52 +02:00
# @meta description: >
# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.droneci_runner_docker)
# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.droneci_runner_docker?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.droneci_runner_docker)
# [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.droneci_runner_docker/src/branch/main/LICENSE)
2020-09-25 10:20:52 +02:00
#
# Setup Drone CI docker runner
# @end
2020-06-15 21:15:20 +02:00
description: Setup Drone CI docker runner
license: MIT
min_ansible_version: 2.10
2020-06-15 21:15:20 +02:00
platforms:
- name: EL
versions:
- 7
2021-04-23 12:20:23 +02:00
galaxy_tags: []
2020-06-15 21:15:20 +02:00
dependencies: []
2020-09-25 10:20:52 +02:00
collections:
- xoxys.general
2020-09-25 10:20:52 +02:00
- community.general