Move rabbitmq_version out of inventory file

Signed-off-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
Shane McDonald
2018-03-28 12:45:05 -04:00
parent c1e1bf32d0
commit c8ea03e67b
3 changed files with 4 additions and 1 deletions

View File

@@ -8,7 +8,6 @@ localhost ansible_connection=local ansible_python_interpreter="/usr/bin/env pyth
# by default the base will be used to search for ansible/awx_web and ansible/awx_task
dockerhub_base=ansible
dockerhub_version=latest
rabbitmq_version=3.7.4
# Openshift Install
# Will need to set -e openshift_password=developer -e docker_registry_password=$(oc whoami -t)