From db105c21e43c17db2105545749844b983298be0e Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Thu, 16 Jun 2022 15:46:42 -0400 Subject: [PATCH] Set default false values --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 98344c8df8..9295d697a2 100644 --- a/Makefile +++ b/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