mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
29 lines
569 B
Plaintext
29 lines
569 B
Plaintext
---
|
|
- log-level: info
|
|
|
|
- control-service:
|
|
service: control
|
|
filename: /var/run/receptor/receptor.sock
|
|
|
|
- local-only:
|
|
|
|
- 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
|