Update with latest out of band changes

This commit is contained in:
Daniel Akulenok
2026-01-21 10:11:18 +01:00
parent 17fea0e02b
commit 6177112df8
6 changed files with 61 additions and 58 deletions

View File

@@ -165,6 +165,7 @@ podman_policy_trusted_registries:
# Service management
podman_enable_socket: false
podman_enable_api_service: false
podman_enable_auto_update: false
# Determine if Quadlet should be used (Debian 13+ or other distros)
podman_use_quadlet: "{{ not (ansible_distribution | default('Debian') == 'Debian' and ansible_distribution_major_version | default('13') | int < 13) }}"
@@ -526,7 +527,6 @@ podman_networks: []
# - "10.10.0.0/16,192.168.1.1"
# Volume management
podman_create_volumes: true
podman_volume_defaults:
state: "{{ 'quadlet' if podman_use_quadlet else 'present' }}"
quadlet_options:
@@ -656,7 +656,6 @@ podman_systemd_options:
requires: []
container_prefix: "container-"
pod_prefix: "pod-"
restart_sec: 30
### Prune Configuration
podman_prune_enabled: true