calvinbui.ansible_datadog

Build Status GitHub release Ansible Quality Score Ansible Role

Ansible Datadog Agent

This is used to install and set up the Datadog agent.

Requirements

None

Role Variables

  • datadog_api_key: The API Key for Datadog.
  • datadog_user: The user under which the Datadog agent runs.
  • datadog_groups: Groups to which the Datadog user will be added.
  • datadog_integrations: A list of all the integrations to install, along with their details.

Dependencies

None

Example Playbook

- hosts: servers
  become: true
  pre_tasks:
    - name: Update apt cache.
      apt:
        update_cache: true
        cache_valid_time: 600
      changed_when: false
  roles:
   - role: calvinbui.ansible_datadog

License

GPLv3

Author Information

You can find more information at: http://calvin.me

Informazioni sul progetto

Datadog Agent v6

Installa
ansible-galaxy install calvinbui.ansible_datadog
Licenza
Unknown
Download
1.8k
Proprietario
Soft tabs > spaces > tabs. I'm not a developer.