We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bec41 commit ff07c8fCopy full SHA for ff07c8f
3 files changed
ansible/group_vars/all.yml
@@ -27,6 +27,8 @@ loggly_token: f673760d-e0b3-4a93-a15e-2862ea074f91
27
loggly_password: TebejAcutHeH_Ch0tR9ru4anaT6CRu*3
28
loggly_username: ops
29
30
+weave_path: "/usr/local/bin/weave"
31
+
32
##
33
## shared application configs
34
ansible/group_vars/alpha-api.yml
@@ -56,6 +56,7 @@ container_envs: >
56
-e ROLLBAR_KEY={{ api_rollbar_key }}
57
-e S3_CONTEXT_RESOURCE_BUCKET={{ api_s3_context_bucket }}
58
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
59
+ -e RUNNABLE_WEAVE_PATH={{ weave_path }}
60
61
container_run_opts: >
62
-d
ansible/roles/sauron/vars/main.yml
0 commit comments