/datadog

Ansible role to add Datadog

BSD 2-Clause "Simplified" LicenseBSD-2-Clause

Ansible: Datadog

Basic Ansible Role for setting up Datadog. Get your api_key here

Role Variables

api_key => set your own api_key

Example:

#LAMP SERVER
- hosts: LAMP
  become: true
  vars:
    - api_key: '0643a14d6101fda2f454507d23732fcc'
  roles:
    - maximeeckhout.datadog