mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
24 lines
383 B
Plaintext
24 lines
383 B
Plaintext
---
|
|
- log-level: info
|
|
|
|
- control-service:
|
|
service: control
|
|
filename: /var/run/receptor/receptor.sock
|
|
|
|
- tcp-listener:
|
|
port: 2200
|
|
|
|
- tcp-peer:
|
|
address: awx-1:2200
|
|
|
|
- work-command:
|
|
worktype: worker
|
|
command: ansible-runner
|
|
params: worker
|
|
|
|
- work-kubernetes:
|
|
worktype: ocp
|
|
namespace: receptor
|
|
image: quay.io/shanemcd/ee
|
|
authmethod: kubeconfig
|