An Ansible role to setup New Relic PHP agent: https://docs.newrelic.com/docs/php/new-relic-for-php
Ubuntu Trusty with PHP installed. This role tries to restart PHP-FPM and/or the Apache web server.
The variables that can be passed to this role and a brief description about them are as follows
# License key (required)
newrelic_license_key: ~
# Application name (required)
newrelic_appname: "{{ ansible_hostname }} PHP"
Requires the New Relic repository to be set up; depends on sivel.newrelic for this purpose.
MIT