mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 05:01:09 -02:30
default cluster node count env var to 1
This commit is contained in:
2
Makefile
2
Makefile
@@ -534,7 +534,7 @@ awx/projects:
|
|||||||
@mkdir -p $@
|
@mkdir -p $@
|
||||||
|
|
||||||
COMPOSE_UP_OPTS ?=
|
COMPOSE_UP_OPTS ?=
|
||||||
CLUSER_NODE_COUNT ?= 1
|
CLUSTER_NODE_COUNT ?= 1
|
||||||
|
|
||||||
docker-compose-sources:
|
docker-compose-sources:
|
||||||
ansible-playbook -i tools/docker-compose/inventory tools/docker-compose/ansible/sources.yml \
|
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_port: 5432
|
||||||
pg_username: 'awx'
|
pg_username: 'awx'
|
||||||
pg_database: 'awx'
|
pg_database: 'awx'
|
||||||
cluster_node_count: "{{ lookup('env', 'CLUSTER_COUNT') | default(1, True) }}"
|
cluster_node_count: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user