Allow pre-populating the default AWX superuser account

This commit is contained in:
Matthew Jones
2017-09-21 21:31:26 -04:00
parent 7a052e6f0c
commit 73a37a281d
4 changed files with 21 additions and 3 deletions

View File

@@ -34,6 +34,10 @@ spec:
value: {{ pg_hostname|default('postgresql') }}
- name: DATABASE_PASSWORD
value: {{ pg_password }}
- name: AWX_ADMIN_USER
value: {{ default_admin_user|default('admin') }}
- name: AWX_ADMIN_PASSWORD
value: {{ default_admin_password|default('password') }}
- name: awx-rabbit
image: rabbitmq:3
env: