mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 16:01:20 -03:30
Enable Podman ipv6 support by default
This commit is contained in:
parent
e9a8175fd7
commit
88f66d5c51
@ -996,4 +996,4 @@ DEFAULT_CONTROL_PLANE_QUEUE_NAME = 'controlplane'
|
||||
# Extend container runtime attributes.
|
||||
# For example, to disable SELinux in containers for podman
|
||||
# DEFAULT_CONTAINER_RUN_OPTIONS = ['--security-opt', 'label=disable']
|
||||
DEFAULT_CONTAINER_RUN_OPTIONS = []
|
||||
DEFAULT_CONTAINER_RUN_OPTIONS = ['--network', 'slirp4netns:enable_ipv6=true']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user