xoxys.podman/defaults/main.yml
Robert Kaussow 33dd4e8c30
All checks were successful
continuous-integration/drone/push Build is passing
refactor: drop rootless support (#1)
Reviewed-on: #1
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
2023-07-28 21:59:01 +02:00

23 lines
545 B
YAML

---
podman_sebooleans:
- name: container_manage_cgroup
state: True
persistent: True
podman_containers_logger: journald
podman_engine_event_logger: journald
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
# reauthorize: False
# state: present
# @end
podman_registries: []