Commit 5bc9a248 by nadeemshahzad

add newrelic infrastructure to sandbox

parent 12737a67
......@@ -426,5 +426,9 @@ if [[ $set_whitelabel == "true" ]]; then
run_ansible whitelabel.yml -i "${deploy_host}," $extra_var_arg --user ubuntu
fi
if [[ $enable_newrelic == "true" ]]; then
run_ansible ../run_role.yml -i "${deploy_host}," -e role=newrelic_infrastructure $extra_var_arg --user ubuntu
fi
rm -f "$extra_vars_file"
rm -f ${extra_vars_file}_clean
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment