We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2e970 commit 3bb6d95Copy full SHA for 3bb6d95
2 files changed
ansible/eru.yml
@@ -2,6 +2,7 @@
2
- hosts: consul
3
- hosts: mongodb
4
- hosts: redis
5
+- hosts: rabbitmq
6
- hosts: socket-server-proxy
7
8
- hosts: eru
ansible/group_vars/alpha-eru.yml
@@ -27,6 +27,10 @@ container_envs: >-
27
-e MONGODB_REPLSET={{ eru_mongodb_replset }}
28
-e MONGODB_USERNAME={{ eru_mongodb_username }}
29
-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 }}
34
-e REDIS_HOSTNAME={{ redis_host_address }}
35
-e REDIS_PORT={{ redis_port }}
36
-e RUNNABLE_DOMAIN={{ domain }}
0 commit comments