From e36fcab754b110780f5553ebcd5ed64ce6f10fd7 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 3 Sep 2025 02:13:04 +0200 Subject: Add podman role with configuration to work over ssh with cgroupfs --- roles/podman/meta/main.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 roles/podman/meta/main.yml (limited to 'roles/podman/meta') diff --git a/roles/podman/meta/main.yml b/roles/podman/meta/main.yml new file mode 100644 index 00000000..fdecb168 --- /dev/null +++ b/roles/podman/meta/main.yml @@ -0,0 +1,18 @@ +--- +dependencies: [] +galaxy_info: + author: "a14m" + description: "Install Podman container engine on Linux distributions" + company: "kartoffeln.work GmbH." + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" -- cgit v1.2.3