Issue #5: Allow switching between running open source AWX and Ansible Tower.

This commit is contained in:
Jeff Geerling
2019-11-18 15:20:26 -06:00
parent 215483c68d
commit 598482b309
9 changed files with 52 additions and 166 deletions

View File

@@ -14,6 +14,8 @@ spec:
tower_task_image: ansible/awx_task:9.0.1
tower_web_image: ansible/awx_web:9.0.1
tower_create_preload_data: true
tower_memcached_image: memcached:alpine
tower_rabbitmq_image: rabbitmq:3

View File

@@ -11,8 +11,10 @@ spec:
tower_admin_email: test@example.com
tower_admin_password: changeme
tower_task_image: registry.access.redhat.com/ansible-tower-36/ansible-tower:3.6.0
tower_web_image: registry.access.redhat.com/ansible-tower-36/ansible-tower:3.6.0
tower_task_image: quay.io/ansible-tower/ansible-tower:3.6.0
tower_web_image: quay.io/ansible-tower/ansible-tower:3.6.0
tower_create_preload_data: true
tower_memcached_image: memcached:alpine