feat: initial installation role for docker
This commit is contained in:
17
meta/main.yml
Normal file
17
meta/main.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: mathieu
|
||||
description: Install Docker CE on Debian and RedHat based distributions
|
||||
license: MIT
|
||||
min_ansible_version: "2.14"
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions: [bullseye, bookworm]
|
||||
- name: Ubuntu
|
||||
versions: [focal, jammy, noble]
|
||||
- name: EL
|
||||
versions: ["8", "9"]
|
||||
- name: Fedora
|
||||
versions: [all]
|
||||
galaxy_tags: [docker, containers, system]
|
||||
dependencies: []
|
||||
Reference in New Issue
Block a user