feat: add option to set global userns and label option
This commit is contained in:
parent
c738b09a7e
commit
07b8ce7d9d
@ -4,6 +4,9 @@ podman_sebooleans:
|
||||
state: True
|
||||
persistent: True
|
||||
|
||||
podman_containers_userns: auto
|
||||
podman_containers_label: True
|
||||
|
||||
podman_containers_logger: journald
|
||||
podman_engine_event_logger: journald
|
||||
|
||||
|
@ -35,7 +35,8 @@ default_sysctls = [
|
||||
]
|
||||
|
||||
log_driver = "{{ podman_containers_logger }}"
|
||||
userns = "auto"
|
||||
userns = "{{ podman_containers_userns }}"
|
||||
label = {{ podman_containers_label | bool | lower }}
|
||||
|
||||
[secrets]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user