add docker_ubuntu role

This commit is contained in:
Sergey Malyuk
2025-12-18 15:09:10 +03:00
parent c7d5c4bf59
commit 2c0224566e
10 changed files with 217 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
galaxy_info:
role_name: docker_ubuntu
namespace: genlab
author: "Alexander Gorelyshev"
company: "Genlab, LLC"
description: "Install Docker ecosystem on Ubuntu"
license: "MIT"
min_ansible_version: "2.1"
platforms:
- name: "Ubuntu"
versions: [ "focal", "jammy", "noble" ]
galaxy_tags: [ "docker" ]
dependencies: []