Changelog
Version 0.3.0 - 2023-03-06
Added
- Support for managing the agent on Windows
- s1_agent_info role
- s1_agent_common role
Changed
- To reduce duplication most variables used by the roles are now defined in the
s1_agent_common
role - All roles now depend on the
s1_agent_common
role to set up common variables, tasks and handlers - The
setup
module is called by default to gather the minimum viable set of facts for the collection to run successfully - Streamlined workflows
Deprecated
- Using the
s1_agent_uuid
role solely for looking up the agent's UUID is now deprecated, as this functionality has been moved to thes1_agent_info
role. Going forward, thes1_agent_uuid
role will be maintained solely for the purpose of generating a CSV report of agent UUIDs.
Full Changelog: v0.2.0...0.3.0