mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Set default false values
This commit is contained in:
4
Makefile
4
Makefile
@@ -17,6 +17,10 @@ KEYCLOAK ?= false
|
||||
LDAP ?= false
|
||||
# If set to true docker-compose will also start a splunk instance
|
||||
SPLUNK ?= false
|
||||
# If set to true docker-compose will also start a prometheus instance
|
||||
PROMETHEUS ?= false
|
||||
# If set to true docker-compose will also start a grafana instance
|
||||
GRAFANA ?= false
|
||||
|
||||
VENV_BASE ?= /var/lib/awx/venv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user