28 lines
1020 B
YAML
28 lines
1020 B
YAML
|
# Standards: 0.1
|
||
|
---
|
||
|
galaxy_info:
|
||
|
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
|
||
|
author: Robert Kaussow <mail@thegeeklab.de>
|
||
|
# @meta description: >
|
||
|
# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.renovate_bot)
|
||
|
# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.renovate_bot?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.renovate_bot)
|
||
|
# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.renovate_bot/src/branch/master/LICENSE)
|
||
|
#
|
||
|
# Setup docker-renovate garbage collector. Keep docker hosts small.
|
||
|
# @end
|
||
|
description: Setup docker-renovate garbage collector
|
||
|
license: MIT
|
||
|
min_ansible_version: 2.8
|
||
|
platforms:
|
||
|
- name: EL
|
||
|
versions:
|
||
|
- 7
|
||
|
- 8
|
||
|
galaxy_tags:
|
||
|
- docker
|
||
|
- renovate
|
||
|
- gc
|
||
|
dependencies: []
|
||
|
collections:
|
||
|
- community.general
|