Update podman role

This commit is contained in:
Daniel Akulenok
2025-09-09 12:35:00 +02:00
parent ad681951fd
commit 50fdc3689b
9 changed files with 96 additions and 78 deletions

View File

@@ -1,9 +1,7 @@
---
- name: Converge - apply podman role
- name: Converge
hosts: all
become: true
vars:
podman_install_from_repo: true
podman_packages:
- podman
podman_configure_registries: true
@@ -13,5 +11,3 @@
podman_enable_api_service: false
podman_policy_default_type: "insecureAcceptAnything"
podman_policy_trusted_registries: []
roles:
- name: podman