mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
Merge pull request #1701 from shanemcd/devel
Move rabbitmq_version out of inventory file
This commit is contained in:
commit
84e3bcc031
@ -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)
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
---
|
||||
rabbitmq_version: "3.7.4"
|
||||
|
||||
awx_web_mem_request: 1
|
||||
awx_web_cpu_request: 500
|
||||
|
||||
|
||||
@ -1 +1,3 @@
|
||||
---
|
||||
rabbitmq_version: "3.7.4"
|
||||
rabbitmq_image: "ansible/awx_rabbitmq:{{rabbitmq_version}}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user