Files
awx/tools/docker-compose/ansible/roles/sources/templates/receptor-worker.conf.j2
Alan Rominger eb0528c157 dev environment - change location of receptor socket and sync awx and receptor nodes function (#11005)
* Change the location of the receptor socket

to /var/run/awx-receptor, to match what the installer is currently doing.

* Sync awx and receptor nodes for control socket

Co-authored-by: Jeff Bradberry <jeff.bradberry@gmail.com>
2021-09-02 09:18:25 -04:00

20 lines
330 B
Django/Jinja

---
- node:
id: receptor-{{ item }}
- log-level: info
- tcp-peer:
address: tools_receptor_hop:5555
redial: true
- work-command:
worktype: ansible-runner
command: ansible-runner
params: worker
allowruntimeparams: true
- control-service:
service: control
filename: {{ receptor_socket_file }}