Merge pull request #162 from matburt/force_awxweb_hostname

Force awxweb hostname
This commit is contained in:
Matthew Jones
2017-09-14 05:32:48 -07:00
committed by GitHub

View File

@@ -149,7 +149,7 @@
awx_task_container_links: awx_task_container_links:
- rabbitmq - rabbitmq
- memcached - memcached
- awx_web - awx_web:awxweb
when: pg_hostname is defined when: pg_hostname is defined
- name: Set properties with postgres for awx_task - name: Set properties with postgres for awx_task
@@ -158,7 +158,7 @@
awx_task_container_links: awx_task_container_links:
- rabbitmq - rabbitmq
- memcached - memcached
- awx_web - awx_web:awxweb
- postgres - postgres
when: pg_hostname is not defined or pg_hostname == '' when: pg_hostname is not defined or pg_hostname == ''