Allow for overriding container groups image from k8s installer

This commit is contained in:
Shane McDonald 2019-11-04 09:34:46 -05:00
parent 713079bd70
commit 0d68ca8f14
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374
2 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

@ -202,3 +202,5 @@ data:
}
USE_X_FORWARDED_PORT = True
AWX_CONTAINER_GROUP_DEFAULT_IMAGE = "{{ container_groups_image }}"