mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
implement an initial development environment for receptor-based clusters
This commit is contained in:
committed by
Alan Rominger
parent
4a271d6897
commit
05cb876df5
@@ -1,12 +1,20 @@
|
||||
---
|
||||
- node:
|
||||
id: foo
|
||||
id: awx_1
|
||||
|
||||
- log-level: debug
|
||||
- log-level:
|
||||
debug
|
||||
|
||||
- tcp-listener:
|
||||
port: 2222
|
||||
|
||||
#- tls-server:
|
||||
# name: mutual-tls
|
||||
# cert: /etc/receptor/certs/awx.crt
|
||||
# key: /etc/receptor/certs/awx.key
|
||||
# requireclientcert: true
|
||||
# clientcas: /etc/receptor/certs/ca.crt
|
||||
|
||||
- control-service:
|
||||
service: control
|
||||
filename: /var/run/receptor/receptor.sock
|
||||
@@ -30,3 +38,7 @@
|
||||
allowruntimeauth: true
|
||||
allowruntimepod: true
|
||||
allowruntimeparams: true
|
||||
|
||||
- tcp-listener:
|
||||
port: 4444
|
||||
#tls: mutual-tls
|
||||
|
||||
Reference in New Issue
Block a user