saibotk
7469b6bbf4
Since docker_compose_v2 module is now finally available using the newer plugin, we can retire the hacky install of the docker compose python library.
43 lines
725 B
YAML
43 lines
725 B
YAML
galaxy_info:
|
|
author: saibotk
|
|
description: "Deploys a gitlab-runner using Docker."
|
|
license: GPL-3.0-only
|
|
min_ansible_version: "2.9"
|
|
standalone: true
|
|
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- all
|
|
- name: GenericUNIX
|
|
versions:
|
|
- all
|
|
- name: Fedora
|
|
versions:
|
|
- all
|
|
- name: opensuse
|
|
versions:
|
|
- all
|
|
- name: GenericBSD
|
|
versions:
|
|
- all
|
|
- name: FreeBSD
|
|
versions:
|
|
- all
|
|
- name: Ubuntu
|
|
versions:
|
|
- all
|
|
- name: SLES
|
|
versions:
|
|
- all
|
|
- name: GenericLinux
|
|
versions:
|
|
- all
|
|
- name: Debian
|
|
versions:
|
|
- all
|
|
|
|
galaxy_tags: []
|
|
|
|
dependencies:
|
|
- role: docker
|