mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 16:01:20 -03:30
* Change the location of the receptor socket to /var/run/awx-receptor, to match what the installer is currently doing. * Sync awx and receptor nodes for control socket Co-authored-by: Jeff Bradberry <jeff.bradberry@gmail.com>
11 lines
276 B
YAML
11 lines
276 B
YAML
---
|
|
sources_dest: '../_sources'
|
|
compose_name: 'docker-compose.yml'
|
|
awx_image: 'quay.io/ansible/awx_devel'
|
|
pg_port: 5432
|
|
pg_username: 'awx'
|
|
pg_database: 'awx'
|
|
control_plane_node_count: 1
|
|
minikube_container_group: false
|
|
receptor_socket_file: /var/run/awx-receptor/receptor.sock
|