mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
default cluster node count env var to 1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user