setup datadog agent on each host.
- set agent version to 7
This commit is contained in:
5
ansible-5/roles/datadog.datadog/tasks/os-check.yml
Normal file
5
ansible-5/roles/datadog.datadog/tasks/os-check.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Fail if OS is not supported
|
||||
fail:
|
||||
msg: "The Datadog Ansible role does not support your OS yet. Please email support@datadoghq.com to open a feature request."
|
||||
when: ansible_facts.os_family not in ["RedHat", "Debian", "Suse", "Windows"]
|
||||
Reference in New Issue
Block a user