You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
418 B
YAML
26 lines
418 B
YAML
---
|
|
dependencies: []
|
|
|
|
galaxy_info:
|
|
author: shnee
|
|
description: Install docker.
|
|
|
|
license: MIT
|
|
|
|
min_ansible_version: 2.1
|
|
|
|
platforms:
|
|
- name: ArchLinux
|
|
versions:
|
|
- all
|
|
- name: Amazon Linux 2
|
|
versions:
|
|
- all
|
|
- name: Ubuntu
|
|
- focal # 20.04
|
|
# CentOS is apparently not in https://galaxy.ansible.com/api/v1/platforms/
|
|
|
|
galaxy_tags:
|
|
- containers
|
|
- docker
|