This commit is contained in:
Daniel Akulenok
2025-09-05 22:49:16 +02:00
commit 9cfd12e745
23 changed files with 1646 additions and 0 deletions

24
meta/main.yml Normal file
View File

@@ -0,0 +1,24 @@
---
galaxy_info:
role_name: podman
author: Daniel Akulenok
namespace: keepit
description: Install and configure Podman container runtime and manage containers
company: Keepit A/S
license: MIT
min_ansible_version: "2.11"
platforms:
- name: Ubuntu
versions:
- focal
- jammy
- name: Debian
versions:
- bullseye
- bookworm
galaxy_tags:
- podman
- containers
- docker
- oci
dependencies: []

5
meta/requirements.yml Normal file
View File

@@ -0,0 +1,5 @@
---
# Collection requirements for the podman role
collections:
- name: containers.podman
version: ">=1.10.0"