mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
26 lines
485 B
Plaintext
26 lines
485 B
Plaintext
---
|
|
- node:
|
|
id: receptor-3
|
|
|
|
- log-level: info
|
|
|
|
#- tls-client:
|
|
# name: mutual-tls-client
|
|
# cert: /etc/receptor/certs/receptor-3.crt
|
|
# key: /etc/receptor/certs/receptor-3.key
|
|
# rootcas: /etc/receptor/certs/ca.crt
|
|
|
|
- tcp-peer:
|
|
address: tools_receptor_hop:5555
|
|
redial: true
|
|
#tls: mutual-tls-client
|
|
|
|
- work-command:
|
|
worktype: ansible-runner
|
|
command: ansible-runner
|
|
params: worker
|
|
allowruntimeparams: true
|
|
|
|
- control-service:
|
|
service: control
|