- ---
- - hosts: all
- vars:
- - install_file_path: "include/"
- - rpm_filename: "SentinelAgent_linux_v22_4_2_4.rpm"
- - deb_filename: "SentinelAgent_linux_v22_4_2_4.deb"
- - script_file: "include/activation_script.sh"
- - new_host_fqdn: "{{ ansible_fqdn }}"
- - site_token: "{{ dd_site_token }}"
- tasks:
- - name: Import the Datadog Agent role from the Datadog collection
- import_role:
- name: datadog.dd.agent
- vars:
- datadog_api_key: "{{ dd_api_key }}"
|