Skip to content

Commit 43a43ac

Browse files
Merge branch 'master' into nginx-consul-sg-update
2 parents 41a998e + 8a6227e commit 43a43ac

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

ansible/group_vars/alpha-palantiri.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,19 @@ npm_version: "2.14.7"
88

99
# container settings
1010
container_envs: >
11+
-e CONSUL_HOST={{ consul_host_address }}:{{ consul_api_port }}
1112
-e NODE_ENV={{ node_env }}
1213
-e DATADOG_HOST={{ datadog_host_address }}
1314
-e DATADOG_PORT={{ datadog_port }}
14-
-e MAVIS_HOST=http://{{ mavis_hostname }}:80
1515
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
1616
-e RABBITMQ_PASSWORD={{ rabbit_password }}
1717
-e RABBITMQ_PORT={{ rabbit_port }}
1818
-e RABBITMQ_USERNAME={{ rabbit_username }}
1919
-e ROLLBAR_KEY={{ palantiri_rollbar_key }}
2020
-e RSS_LIMIT=2000000
2121
-e LOG_LEVEL_STDOUT=trace
22+
-e SWARM_HOSTNAME={{ swarm_host_address }}
23+
-e SWARM_PORT={{ swarm_master_port }}
2224
2325
container_run_opts: >
2426
-h {{ name }}

ansible/palantiri.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- hosts: rabbitmq
33
- hosts: consul
4+
- hosts: swarm-manager
45

56
- hosts: palantiri
67
vars_files:

0 commit comments

Comments
 (0)