This commit is contained in:
Chris Meyers
2021-03-03 15:38:27 -05:00
parent e1e0bb30a9
commit 6f1f64118b
4 changed files with 50 additions and 30 deletions

View File

@@ -5,3 +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) }}"