mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Support user customization of container mount options and mount paths
This commit is contained in:
@@ -989,3 +989,8 @@ DEFAULT_EXECUTION_QUEUE_NAME = 'default'
|
||||
DEFAULT_EXECUTION_QUEUE_POD_SPEC_OVERRIDE = ''
|
||||
# Name of the default controlplane queue
|
||||
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 = []
|
||||
|
||||
Reference in New Issue
Block a user