Extracted more variables which a related to rabbitmq

This commit is contained in:
Christian.Rohr
2018-09-10 22:11:43 +02:00
committed by Shane McDonald
parent 8ad46436df
commit 96ad2b2b28
2 changed files with 21 additions and 11 deletions

View File

@@ -3,3 +3,11 @@ 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_port: "5672"
rabbitmq_default_username: "guest"
rabbitmq_default_password: "guest"
postgresql_version: "9.6"
postgresql_image: "postgres:{{postgresql_version}}"