mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
Allow for setting custom admin password in dev environment
This commit is contained in:
3
Makefile
3
Makefile
@@ -469,7 +469,8 @@ docker-compose-sources: .git/hooks/pre-commit
|
||||
-e enable_ldap=$(LDAP) \
|
||||
-e enable_splunk=$(SPLUNK) \
|
||||
-e enable_prometheus=$(PROMETHEUS) \
|
||||
-e enable_grafana=$(GRAFANA)
|
||||
-e enable_grafana=$(GRAFANA) \
|
||||
-e admin_password=$(ADMIN_PASSWORD)
|
||||
|
||||
|
||||
docker-compose: awx/projects docker-compose-sources
|
||||
|
||||
Reference in New Issue
Block a user