mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 11:08:13 -03:30
implement an initial development environment for receptor-based clusters
This commit is contained in:
committed by
Alan Rominger
parent
4a271d6897
commit
05cb876df5
@@ -36,6 +36,7 @@ services:
|
||||
- "../../docker-compose/_sources/local_settings.py:/etc/tower/conf.d/local_settings.py"
|
||||
- "../../docker-compose/_sources/SECRET_KEY:/etc/tower/SECRET_KEY"
|
||||
- "../../docker-compose/receptor.conf:/etc/receptor/receptor.conf"
|
||||
- "../../docker-compose-cluster/certs:/etc/receptor/certs"
|
||||
- "/sys/fs/cgroup:/sys/fs/cgroup"
|
||||
- "~/.kube/config:/var/lib/awx/.kube/config"
|
||||
- "redis_socket_{{ container_postfix }}:/var/run/redis/:rw"
|
||||
|
||||
@@ -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