homeserver/roles/geerlingguy.docker/meta/main.yml

42 lines
689 B
YAML
Raw Normal View History

2021-02-13 14:20:18 +01:00
---
dependencies: []
galaxy_info:
role_name: docker
author: geerlingguy
description: Docker for Linux.
company: "Midwestern Mac, LLC"
license: "license (BSD, MIT)"
min_ansible_version: 2.4
platforms:
- name: EL
versions:
- 7
- 8
- name: Fedora
versions:
- all
- name: Debian
versions:
- buster
- bullseye
2021-02-13 14:20:18 +01:00
- name: Ubuntu
versions:
- bionic
- focal
- jammy
- name: Alpine
version:
- all
- name: ArchLinux
versions:
- all
2021-02-13 14:20:18 +01:00
galaxy_tags:
- web
- system
- containers
- docker
- orchestration
- compose
- server