mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Allow for overriding container groups image from k8s installer
This commit is contained in:
parent
713079bd70
commit
0d68ca8f14
@ -55,3 +55,4 @@ custom_venvs_python: "python2"
|
||||
ca_trust_bundle: "/etc/pki/tls/certs/ca-bundle.crt"
|
||||
rabbitmq_use_ssl: False
|
||||
|
||||
container_groups_image: "ansible/ansible-runner"
|
||||
|
||||
@ -202,3 +202,5 @@ data:
|
||||
}
|
||||
|
||||
USE_X_FORWARDED_PORT = True
|
||||
|
||||
AWX_CONTAINER_GROUP_DEFAULT_IMAGE = "{{ container_groups_image }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user