Skip to content

Commit ff07c8f

Browse files
add RUNNABLE_WEAVE_PATH to api
1 parent 97bec41 commit ff07c8f

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

ansible/group_vars/all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ loggly_token: f673760d-e0b3-4a93-a15e-2862ea074f91
2727
loggly_password: TebejAcutHeH_Ch0tR9ru4anaT6CRu*3
2828
loggly_username: ops
2929

30+
weave_path: "/usr/local/bin/weave"
31+
3032
##
3133
## shared application configs
3234
##

ansible/group_vars/alpha-api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ container_envs: >
5656
-e ROLLBAR_KEY={{ api_rollbar_key }}
5757
-e S3_CONTEXT_RESOURCE_BUCKET={{ api_s3_context_bucket }}
5858
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
59+
-e RUNNABLE_WEAVE_PATH={{ weave_path }}
5960
6061
container_run_opts: >
6162
-d

ansible/roles/sauron/vars/main.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)