diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-03 02:13:04 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-03 03:26:08 +0200 |
| commit | e36fcab754b110780f5553ebcd5ed64ce6f10fd7 (patch) | |
| tree | 043cf52ade8e2e3870106176ce4b355d8069b1fa /roles/podman/meta | |
| parent | 9dd4c53993191439dd794f1c6150de7b2d1a0f78 (diff) | |
Add podman role with configuration to work over ssh with cgroupfs
Diffstat (limited to 'roles/podman/meta')
| -rw-r--r-- | roles/podman/meta/main.yml | 18 |
1 files changed, 18 insertions, 0 deletions
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" |
