We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a5c059 + 2904966 commit 57afe8fCopy full SHA for 57afe8f
ansible/eru.yml
@@ -5,6 +5,7 @@
5
- hosts: rabbitmq
6
- hosts: big-poppa
7
- hosts: socket-server-proxy
8
+- hosts: github-varnish
9
10
- hosts: eru
11
vars_files:
ansible/group_vars/alpha-eru.yml
@@ -33,6 +33,8 @@ container_envs: >-
33
-e DOMAIN={{ eru_subdomain }}.{{ domain }}
34
-e GITHUB_CLIENT_ID={{ eru_github_id }}
35
-e GITHUB_CLIENT_SECRET={{ eru_github_secret }}
36
+ -e GITHUB_VARNISH_HOST={{ github_varnish_host }}
37
+ -e GITHUB_VARNISH_PORT={{ github_varnish_port }}
38
-e INTERCOM_API_KEY={{ eru_intercom_key }}
39
-e INTERCOM_APP_ID={{ eru_intercom_id }}
40
-e LOG_ENVIRONMENT={{ node_env }}
0 commit comments