26 lines
844 B
YAML
26 lines
844 B
YAML
|
---
|
||
|
galaxy_info:
|
||
|
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
|
||
|
author: "Robert Kaussow <mail@thegeeklab.de>"
|
||
|
namespace: xoxys
|
||
|
role_name: woodpecker_agent
|
||
|
# @meta description: >
|
||
|
# [![Build Status](https://ci.rknet.org/api/badges/ansible/xoxys.woodpecker_agent/status.svg)](https://ci.rknet.org/repos/ansible/xoxys.woodpecker_agent)
|
||
|
# [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.woodpecker_agent/src/branch/main/LICENSE)
|
||
|
#
|
||
|
# Setup Woodpecker CI docker agent
|
||
|
# @end
|
||
|
description: Setup Woodpecker CI docker agent
|
||
|
license: MIT
|
||
|
min_ansible_version: "2.10"
|
||
|
platforms:
|
||
|
- name: EL
|
||
|
versions:
|
||
|
- "9"
|
||
|
galaxy_tags: []
|
||
|
dependencies: []
|
||
|
collections:
|
||
|
- xoxys.general
|
||
|
- community.general
|
||
|
- community.docker
|