Skip to content

Commit 3bb6d95

Browse files
author
Bryan Kendall
committed
adding new eru variables
1 parent 3a2e970 commit 3bb6d95

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

ansible/eru.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- hosts: consul
33
- hosts: mongodb
44
- hosts: redis
5+
- hosts: rabbitmq
56
- hosts: socket-server-proxy
67

78
- hosts: eru

ansible/group_vars/alpha-eru.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ container_envs: >-
2727
-e MONGODB_REPLSET={{ eru_mongodb_replset }}
2828
-e MONGODB_USERNAME={{ eru_mongodb_username }}
2929
-e NODE_ENV=production
30+
-e RABBIT_HOSTNAME={{ rabbit_host_address }}
31+
-e RABBIT_PORT={{ rabbit_port }}
32+
-e RABBIT_USERNAME={{ rabbit_username }}
33+
-e RABBIT_PASSWORD={{ rabbit_password }}
3034
-e REDIS_HOSTNAME={{ redis_host_address }}
3135
-e REDIS_PORT={{ redis_port }}
3236
-e RUNNABLE_DOMAIN={{ domain }}

0 commit comments

Comments
 (0)