Skip to content

point212/ansible-role-newrelic

 
 

Repository files navigation

Ansible Role: New Relic

Build Status Circle CI

Ansible Role that installs and configure New Relic on Debian/Ubuntu.

Requirements

Use hash behavior for variables in ansible.cfg See example: https://github.com/Aplyca/ansible-role-newrelic/blob/master/tests/ansible.cfg See official docs: http://docs.ansible.com/intro_configuration.html#hash-behaviour

Installation

Using ansible galaxy:

ansible-galaxy install Aplyca.NewRelic

You can add this role as a dependency for other roles, add the role to the meta/main.yml file of your own role:

dependencies:
  - { role: Aplyca.NewRelic }

Role Variables

See default variables: https://github.com/Aplyca/ansible-role-newrelic/blob/master/defaults/main.yml

Dependencies

None.

Testing

Use Vagrant to test the role:

cd tests;
vagrant box add ubuntu/trusty64;
vagrant up;

License

MIT / BSD

Author Information

Mauricio Sánchez from Aplyca SAS (http://www.aplyca.com)

About

Install New Relic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%