mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 21:46:00 -03:30
Do not default to pulling latest from DockerHub
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
---
|
||||
dockerhub_version: "{{ lookup('file', playbook_dir + '/../VERSION') }}"
|
||||
|
||||
admin_user: 'admin'
|
||||
admin_email: 'root@localhost'
|
||||
admin_password: 'password'
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
---
|
||||
dockerhub_version: "{{ lookup('file', playbook_dir + '/../VERSION') }}"
|
||||
|
||||
rabbitmq_version: "3.7.4"
|
||||
rabbitmq_image: "ansible/awx_rabbitmq:{{rabbitmq_version}}"
|
||||
|
||||
Reference in New Issue
Block a user