Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ansible/delta-hosts/variables
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ api_intercom_app_id=wqzm3rju
api_intercom_api_key=46e75ada5d21f248787689b35fe80e11efe9303a

[big-poppa:vars]
big_poppa_new_relic_app_name=delta-big-poppa
big_poppa_pg_pass=189a4a90-60d9-11e6-92c9-7b1a5b7c8417
big_poppa_pg_host=delta-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com
big_poppa_pg_port=5432
Expand Down
4 changes: 4 additions & 0 deletions ansible/group_vars/alpha-big-poppa-http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ container_envs: >
-e GITHUB_VARNISH_HOST={{ github_varnish_host }}
-e GITHUB_VARNISH_PORT={{ github_varnish_port }}
-e GITHUB_PROTOCOL=http
{% if big_poppa_new_relic_app_name is defined %} -e NEW_RELIC_APP_NAME={{ big_poppa_new_relic_app_name }} {% endif %}
{% if big_poppa_new_relic_app_name is defined %} -e NEW_RELIC_LICENSE_KEY={{ new_relic_license_key }} {% endif %}
{% if big_poppa_new_relic_app_name is defined %} -e NEW_RELIC_LOG_LEVEL=fatal {% endif %}
{% if big_poppa_new_relic_app_name is defined %} -e NEW_RELIC_NO_CONFIG_FILE=true {% endif %}

container_run_opts: >
-h {{ name }}
Expand Down