mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Set default false values
This commit is contained in:
4
Makefile
4
Makefile
@@ -17,6 +17,10 @@ KEYCLOAK ?= false
|
|||||||
LDAP ?= false
|
LDAP ?= false
|
||||||
# If set to true docker-compose will also start a splunk instance
|
# If set to true docker-compose will also start a splunk instance
|
||||||
SPLUNK ?= false
|
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
|
VENV_BASE ?= /var/lib/awx/venv
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user