mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Enable Podman ipv6 support by default
This commit is contained in:
@@ -996,4 +996,4 @@ DEFAULT_CONTROL_PLANE_QUEUE_NAME = 'controlplane'
|
|||||||
# Extend container runtime attributes.
|
# Extend container runtime attributes.
|
||||||
# For example, to disable SELinux in containers for podman
|
# For example, to disable SELinux in containers for podman
|
||||||
# DEFAULT_CONTAINER_RUN_OPTIONS = ['--security-opt', 'label=disable']
|
# DEFAULT_CONTAINER_RUN_OPTIONS = ['--security-opt', 'label=disable']
|
||||||
DEFAULT_CONTAINER_RUN_OPTIONS = []
|
DEFAULT_CONTAINER_RUN_OPTIONS = ['--network', 'slirp4netns:enable_ipv6=true']
|
||||||
|
|||||||
Reference in New Issue
Block a user