mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02: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