2022-03-18 18:07:25 +00:00
|
|
|
---
|
|
|
|
podman_sebooleans:
|
|
|
|
- name: container_manage_cgroup
|
|
|
|
state: True
|
|
|
|
persistent: True
|
|
|
|
|
2024-02-14 07:43:25 +00:00
|
|
|
podman_containers_userns: auto
|
|
|
|
podman_containers_label: True
|
|
|
|
|
2022-03-18 18:07:25 +00:00
|
|
|
podman_containers_logger: journald
|
|
|
|
podman_engine_event_logger: journald
|
|
|
|
|
2023-07-28 19:59:01 +00:00
|
|
|
podman_nsremap_range_start: 231072
|
|
|
|
podman_nsremap_range_length: 65536
|
|
|
|
|
|
|
|
# @var podman_registries:description: List of docker registries to auto login
|
|
|
|
# @var podman_registries:example: >
|
|
|
|
# podman_registries:
|
|
|
|
# - registry: myregistry.example.com (optional)
|
|
|
|
# username: docker
|
|
|
|
# password: secure
|
2024-02-11 13:02:14 +00:00
|
|
|
# active: True
|
2023-07-28 19:59:01 +00:00
|
|
|
# @end
|
|
|
|
podman_registries: []
|
2024-02-04 20:12:50 +00:00
|
|
|
|
|
|
|
podman_socket_enabled: False
|