Force awxweb hostname

For some reason some docker deployments seem not to be able to resolve
the awxweb host from the awx task host at least when started from the
playbook. This hopefully provides a resolution for that
This commit is contained in:
Matthew Jones
2017-09-13 23:53:23 -04:00
parent 7c7c7db345
commit 25c457f578

View File

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