Add an option to create a cluster with control-only nodes (#10946)

This commit is contained in:
Alan Rominger
2021-08-26 13:37:13 -04:00
committed by GitHub
parent daf4310176
commit ee4792dbf8
3 changed files with 14 additions and 3 deletions

View File

@@ -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