awx/tools/docker-compose/receptor.conf
2021-07-15 10:42:04 -04:00

33 lines
608 B
Plaintext

---
- node:
id: foo
- log-level: debug
- tcp-listener:
port: 2222
- control-service:
service: control
filename: /var/run/receptor/receptor.sock
- work-command:
worktype: local
command: ansible-runner
params: worker
allowruntimeparams: true
- work-kubernetes:
worktype: kubernetes-runtime-auth
authmethod: runtime
allowruntimeauth: true
allowruntimepod: true
allowruntimeparams: true
- work-kubernetes:
worktype: kubernetes-incluster-auth
authmethod: incluster
allowruntimeauth: true
allowruntimepod: true
allowruntimeparams: true