ansible-roles/newrelic
Jérémy Lecour aa28e9c1b8 change repositories URL 2019-03-21 15:31:58 +01:00
..
defaults Newrelic: merge roles 2017-07-13 15:57:42 +02:00
files Newrelic: merge roles 2017-07-13 15:57:42 +02:00
handlers Newrelic: merge roles 2017-07-13 15:57:42 +02:00
meta change repositories URL 2019-03-21 15:31:58 +01:00
tasks apt module: Use "state: present" instead of "state: installed" 2018-05-18 09:33:25 +02:00
tests Newrelic: merge roles 2017-07-13 15:57:42 +02:00
.kitchen.yml Newrelic: merge roles 2017-07-13 15:57:42 +02:00
README.md Newrelic: merge roles 2017-07-13 15:57:42 +02:00

README.md

newrelic-sources

Installation of NewRelic tools.

Tasks

Everything is in the tasks/main.yml file.

NB : the repository key is store in the role and not fetched online, for performance reasons.

Variables

  • newrelic_license: license key (default: empty).

  • newrelic_appname: application name (default: empty).

  • newrelic_php : install the php module (default: False)

  • newrelic_sysmond : install the sysmond agent (default: True)