mirror of
https://github.com/ansible/awx.git
synced 2026-04-11 21:19:22 -02:30
Allow for overriding container groups image from k8s installer
This commit is contained in:
@@ -55,3 +55,4 @@ custom_venvs_python: "python2"
|
|||||||
ca_trust_bundle: "/etc/pki/tls/certs/ca-bundle.crt"
|
ca_trust_bundle: "/etc/pki/tls/certs/ca-bundle.crt"
|
||||||
rabbitmq_use_ssl: False
|
rabbitmq_use_ssl: False
|
||||||
|
|
||||||
|
container_groups_image: "ansible/ansible-runner"
|
||||||
|
|||||||
@@ -202,3 +202,5 @@ data:
|
|||||||
}
|
}
|
||||||
|
|
||||||
USE_X_FORWARDED_PORT = True
|
USE_X_FORWARDED_PORT = True
|
||||||
|
|
||||||
|
AWX_CONTAINER_GROUP_DEFAULT_IMAGE = "{{ container_groups_image }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user