mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Add an option to create a cluster with control-only nodes (#10946)
This commit is contained in:
@@ -17,6 +17,7 @@ services:
|
||||
SDB_HOST: 0.0.0.0
|
||||
SDB_PORT: {{ awx_sdb_port_start }}
|
||||
AWX_GROUP_QUEUES: tower
|
||||
MAIN_NODE_TYPE: "${MAIN_NODE_TYPE:-hybrid}"
|
||||
RECEPTORCTL_SOCKET: /var/run/receptor/receptor.sock
|
||||
{% if loop.index == 1 %}
|
||||
RUN_MIGRATIONS: 1
|
||||
|
||||
Reference in New Issue
Block a user