mg
ec33333916
rolle einzeln submodule entfernt Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#139 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
31 lines
559 B
YAML
31 lines
559 B
YAML
---
|
|
galaxy_info:
|
|
author: John Freeman
|
|
role_name: ctop
|
|
description: Ansible role for downloading and installing ctop.
|
|
company: GantSign Ltd.
|
|
license: MIT
|
|
min_ansible_version: 2.8
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
- name: Fedora
|
|
versions:
|
|
- 31
|
|
- name: Ubuntu
|
|
versions:
|
|
- xenial
|
|
- bionic
|
|
- name: Debian
|
|
versions:
|
|
- jessie
|
|
- stretch
|
|
- name: opensuse
|
|
versions:
|
|
- 15.1
|
|
galaxy_tags:
|
|
- ctop
|
|
- docker
|
|
- development
|
|
dependencies: []
|