mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
23 lines
420 B
YAML
23 lines
420 B
YAML
---
|
|
galaxy_info:
|
|
role_name: docker
|
|
author: Your Name
|
|
description: Installs and manages Docker CE from the official Docker apt repository
|
|
license: MIT
|
|
min_ansible_version: "2.14"
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- focal
|
|
- jammy
|
|
- noble
|
|
- name: Debian
|
|
versions:
|
|
- bullseye
|
|
- bookworm
|
|
galaxy_tags:
|
|
- docker
|
|
- containers
|
|
|
|
dependencies: []
|