mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
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:
parent
7c7c7db345
commit
25c457f578
@ -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 == ''
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user