myos/ansible/roles/docker/meta/main.yml

28 lines
394 B
YAML
Raw Normal View History

2021-02-09 17:05:00 +01:00
---
2021-07-14 21:38:30 +02:00
# file: meta/main.yml
dependencies: []
2021-02-09 17:05:00 +01:00
galaxy_info:
author: Yann Autissier
2021-07-14 21:38:30 +02:00
categories:
- system
description: Install and configure the docker daemon
license: GPL
2021-02-09 17:05:00 +01:00
platforms:
2021-07-14 21:38:30 +02:00
- name: Alpine
2021-02-09 17:05:00 +01:00
versions:
2021-07-14 21:38:30 +02:00
- all
2021-02-09 17:05:00 +01:00
- name: Debian
versions:
2021-07-14 21:38:30 +02:00
- all
2021-02-09 17:05:00 +01:00
- name: EL
versions:
- all
2021-07-14 21:38:30 +02:00
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- all
2021-02-09 17:05:00 +01:00