From 3bb6d95622a87442ab80e76baca74b64428b3f73 Mon Sep 17 00:00:00 2001 From: Bryan Kendall Date: Wed, 27 Apr 2016 17:31:08 -0700 Subject: [PATCH] adding new eru variables --- ansible/eru.yml | 1 + ansible/group_vars/alpha-eru.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ansible/eru.yml b/ansible/eru.yml index 779e40b9..4aa25681 100644 --- a/ansible/eru.yml +++ b/ansible/eru.yml @@ -2,6 +2,7 @@ - hosts: consul - hosts: mongodb - hosts: redis +- hosts: rabbitmq - hosts: socket-server-proxy - hosts: eru diff --git a/ansible/group_vars/alpha-eru.yml b/ansible/group_vars/alpha-eru.yml index 41cd062c..998cb440 100644 --- a/ansible/group_vars/alpha-eru.yml +++ b/ansible/group_vars/alpha-eru.yml @@ -27,6 +27,10 @@ container_envs: >- -e MONGODB_REPLSET={{ eru_mongodb_replset }} -e MONGODB_USERNAME={{ eru_mongodb_username }} -e NODE_ENV=production + -e RABBIT_HOSTNAME={{ rabbit_host_address }} + -e RABBIT_PORT={{ rabbit_port }} + -e RABBIT_USERNAME={{ rabbit_username }} + -e RABBIT_PASSWORD={{ rabbit_password }} -e REDIS_HOSTNAME={{ redis_host_address }} -e REDIS_PORT={{ redis_port }} -e RUNNABLE_DOMAIN={{ domain }}