mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Related: https://github.com/ansible/awx/issues/3719 Signed-off-by: Shane McDonald <me@shanemcd.com>
19 lines
464 B
YAML
19 lines
464 B
YAML
---
|
|
dockerhub_version: "{{ lookup('file', playbook_dir + '/../VERSION') }}"
|
|
|
|
rabbitmq_version: "3.7.4"
|
|
rabbitmq_image: "ansible/awx_rabbitmq:{{rabbitmq_version}}"
|
|
rabbitmq_default_vhost: "awx"
|
|
rabbitmq_erlang_cookie: "cookiemonster"
|
|
rabbitmq_host: "rabbitmq"
|
|
rabbitmq_port: "5672"
|
|
rabbitmq_user: "guest"
|
|
rabbitmq_password: "guest"
|
|
|
|
postgresql_version: "9.6"
|
|
postgresql_image: "postgres:{{postgresql_version}}"
|
|
|
|
memcached_host: "memcached"
|
|
memcached_port: "11211"
|
|
|