Skip to content

jimbydamonk/ansible-newrelic-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-newrelic-nginx

Build Status

Install and configure newrelic-nginx.

Requirements

NA

Role Variables

The default variables for this role are listed below. They are defined in defaults/main.yml`.

---
newrelic_nginx_sources: []
newrelic_nginx_log_file: /var/logs/nginx-nr-agent/nginx-nr-agent.log

To add sites for the plugin, add items to the newrelic_nginx_sources list. They should have a title, name and url. See the example playbook below for usage.

Dependencies

None

Example Playbook

Simple Playbook:

- hosts: servers
  vars:
    newrelic_nginx_sources:
      - title: Source1
        name: source_one
        url: http://localhost
  roles:
    - ansible-newrelic-nginx

License

Apache

Author Information

Mike Buzzetti

About

A ansible role for the nginx plugin for new relic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published