Skip to content

Commit 57afe8f

Browse files
Merge pull request #535 from CodeNow/add-varnish-to-eru
add varnish to eru
2 parents 4a5c059 + 2904966 commit 57afe8f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ansible/eru.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- hosts: rabbitmq
66
- hosts: big-poppa
77
- hosts: socket-server-proxy
8+
- hosts: github-varnish
89

910
- hosts: eru
1011
vars_files:

ansible/group_vars/alpha-eru.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ container_envs: >-
3333
-e DOMAIN={{ eru_subdomain }}.{{ domain }}
3434
-e GITHUB_CLIENT_ID={{ eru_github_id }}
3535
-e GITHUB_CLIENT_SECRET={{ eru_github_secret }}
36+
-e GITHUB_VARNISH_HOST={{ github_varnish_host }}
37+
-e GITHUB_VARNISH_PORT={{ github_varnish_port }}
3638
-e INTERCOM_API_KEY={{ eru_intercom_key }}
3739
-e INTERCOM_APP_ID={{ eru_intercom_id }}
3840
-e LOG_ENVIRONMENT={{ node_env }}

0 commit comments

Comments
 (0)