mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
Also, make sure that the control service is turned on in the dev environment's hop node, so that it shows up in the Advertisements list.
16 lines
179 B
Django/Jinja
16 lines
179 B
Django/Jinja
---
|
|
- node:
|
|
id: receptor-hop
|
|
|
|
- log-level: info
|
|
|
|
- tcp-peer:
|
|
address: awx_1:2222
|
|
redial: true
|
|
|
|
- tcp-listener:
|
|
port: 5555
|
|
|
|
- control-service:
|
|
service: control
|