mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Certs are generated on the host and there is currently an issue due to openssl version mispatch between Fedora 36 and CentOS Stream 8 which causes: tools_awx_1 | ERROR 2022/11/15 17:09:17 could not load signing key file: unknown block type PRIVATE KEY tools_awx_1 | ERROR 2022/11/15 17:09:17 could not load signing key file: unknown block type PRIVATE KEY
24 lines
438 B
Django/Jinja
24 lines
438 B
Django/Jinja
---
|
|
- node:
|
|
id: receptor-{{ item }}
|
|
|
|
- log-level: info
|
|
|
|
- tcp-peer:
|
|
address: tools_receptor_hop:5555
|
|
redial: true
|
|
|
|
- work-verification:
|
|
publickey: /etc/receptor/work_public_key.pem
|
|
|
|
- work-command:
|
|
worktype: ansible-runner
|
|
command: ansible-runner
|
|
params: worker
|
|
allowruntimeparams: true
|
|
verifysignature: {{ sign_work }}
|
|
|
|
- control-service:
|
|
service: control
|
|
filename: {{ receptor_socket_file }}
|