mirror of
https://github.com/ansible/awx.git
synced 2026-05-05 16:37:37 -02:30
Fix the hostname of execution nodes in dev environment (#10992)
This commit is contained in:
@@ -112,7 +112,7 @@ services:
|
|||||||
image: quay.io/awx/awx_devel:devel
|
image: quay.io/awx/awx_devel:devel
|
||||||
user: "{{ ansible_user_uid }}"
|
user: "{{ ansible_user_uid }}"
|
||||||
container_name: tools_receptor_{{ loop.index }}
|
container_name: tools_receptor_{{ loop.index }}
|
||||||
hostname: receptor-1
|
hostname: receptor-{{ loop.index }}
|
||||||
command: 'receptor --config /etc/receptor/receptor.conf'
|
command: 'receptor --config /etc/receptor/receptor.conf'
|
||||||
links:
|
links:
|
||||||
- receptor-hop
|
- receptor-hop
|
||||||
|
|||||||
Reference in New Issue
Block a user