mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
* Update docker-compose - Deploys 1 control and 1 execution node * Add a new Receptor cluster configuration file * update receptor peer to awx_1 to match how hop node is configured in cluster (Jim Ladd's commit) * Move receptor_1 instantiation in the docker-compose setup * Hard code receptor_1 name * Update execution node name, move standalone conf file to docker-compose directory * Reformat docker-compose file, mount another volume, change privileges
26 lines
478 B
Plaintext
26 lines
478 B
Plaintext
---
|
|
- node:
|
|
id: execution_node_1
|
|
|
|
- log-level: info
|
|
|
|
#- tls-client:
|
|
# name: mutual-tls-client
|
|
# cert: /etc/receptor/certs/receptor_1.crt
|
|
# key: /etc/receptor/certs/receptor_1.key
|
|
# rootcas: /etc/receptor/certs/ca.crt
|
|
|
|
- tcp-peer:
|
|
address: awx_1:4444
|
|
redial: true
|
|
#tls: mutual-tls-client
|
|
|
|
- work-command:
|
|
worktype: ansible-runner
|
|
command: ansible-runner
|
|
params: worker
|
|
allowruntimeparams: true
|
|
|
|
- control-service:
|
|
service: control
|