mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Merge pull request #162 from matburt/force_awxweb_hostname
Force awxweb hostname
This commit is contained in:
@@ -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 == ''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user