diff --git a/ansible/delta-hosts/variables b/ansible/delta-hosts/variables index 9fcc62a5..81f0ffa0 100644 --- a/ansible/delta-hosts/variables +++ b/ansible/delta-hosts/variables @@ -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 diff --git a/ansible/group_vars/alpha-big-poppa-http.yml b/ansible/group_vars/alpha-big-poppa-http.yml index 39edb0cf..df7645b4 100644 --- a/ansible/group_vars/alpha-big-poppa-http.yml +++ b/ansible/group_vars/alpha-big-poppa-http.yml @@ -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 }}