You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[FEATURE] Ensure the start mode when starting on Windows. See #271. Thanks to @DevKyleS.
The Agent service will now always be started on Windows at the end of an Ansible run
if datadog_enabled is set to true.
Previously, if the Agent was already installed, the start mode of the existing Agent
service was used (which meant a disabled Agent service would remain disabled
after an Ansible run, even with datadog_enabled: true).
If you manually disabled the Agent service and want it to remain disabled,
set datadog_enabled to false.
[FEATURE] Remove old INI config files from v6/v7 configuration. See #271. Thanks to @b2jrock.
[FEATURE] Register result when Agent install task is run. See #268.
[BUGFIX] Update datadog_additional_groups task & doc. See #267.
[BUGFIX] Fix role idempotence on Debian. See #262. Thanks to @jharley.
[DOCS] README update: system-probe installation steps. See #257.
[DOCS] README update: minimum Ansible version & various fixes. See #264.
[DOCS] Documentation (README, CONTRIBUTING) overhaul. See #270.