mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 11:40:05 -03:30
Upgrade to RabbitMQ 3.7, remove need for etcd2
Signed-off-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
@@ -20,9 +20,10 @@
|
||||
name: rabbitmq
|
||||
state: started
|
||||
restart_policy: unless-stopped
|
||||
image: rabbitmq:3
|
||||
image: "{{ rabbitmq_image }}"
|
||||
env:
|
||||
RABBITMQ_DEFAULT_VHOST: "awx"
|
||||
RABBITMQ_ERLANG_COOKIE: "cookiemonster"
|
||||
register: rabbitmq_container_activate
|
||||
|
||||
- name: Activate memcached container
|
||||
|
||||
Reference in New Issue
Block a user