maximeeckhout / datadog

Ansible role to add Datadog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ansible role to add Datadog

License:BSD 2-Clause "Simplified" License