init
This commit is contained in:
24
meta/main.yml
Normal file
24
meta/main.yml
Normal 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
5
meta/requirements.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
# Collection requirements for the podman role
|
||||
collections:
|
||||
- name: containers.podman
|
||||
version: ">=1.10.0"
|
||||
Reference in New Issue
Block a user