1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 10:55:30 +03:00

Fix the hostname of execution nodes in dev environment (#10992)

This commit is contained in:
Alan Rominger 2021-09-01 13:35:39 -04:00 committed by GitHub
parent ef36d7c87f
commit 1d3a36d821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ services:
image: quay.io/awx/awx_devel:devel
user: "{{ ansible_user_uid }}"
container_name: tools_receptor_{{ loop.index }}
hostname: receptor-1
hostname: receptor-{{ loop.index }}
command: 'receptor --config /etc/receptor/receptor.conf'
links:
- receptor-hop