mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
default cluster node count env var to 1
This commit is contained in:
parent
f231216584
commit
80c2249bdb
2
Makefile
2
Makefile
@ -534,7 +534,7 @@ awx/projects:
|
||||
@mkdir -p $@
|
||||
|
||||
COMPOSE_UP_OPTS ?=
|
||||
CLUSER_NODE_COUNT ?= 1
|
||||
CLUSTER_NODE_COUNT ?= 1
|
||||
|
||||
docker-compose-sources:
|
||||
ansible-playbook -i tools/docker-compose/inventory tools/docker-compose/ansible/sources.yml \
|
||||
|
||||
@ -5,4 +5,4 @@ awx_image: 'quay.io/ansible/awx_devel'
|
||||
pg_port: 5432
|
||||
pg_username: 'awx'
|
||||
pg_database: 'awx'
|
||||
cluster_node_count: "{{ lookup('env', 'CLUSTER_COUNT') | default(1, True) }}"
|
||||
cluster_node_count: 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user