Releases: stdevel/ansible-sentinelone_client
Releases · stdevel/ansible-sentinelone_client
Final release 1.0.8
- role now allows forcing a new group / site token (#8)
- role now allows disabling GPG checks and setting a customer ID (#9)
Thanks to @chrisvanmeer and @Varrkan82 for the contributions! 🎉
Important note: This role is now deprecated and was replaced with sva.sentinelone.sentinelone_client_legacy
and - even better - sva.sentinelone.install_agent
.
Release 1.0.7
- added handling for signed packages (see issue #6)
Breaking Change: the variable name prefix sentinelone_
becomes sentinelone_client_
.
Thanks to @chrisvanmeer for the contribution 👍🏻
Release 1.0.6
- installer file is now removed from the destination client after installation (see issue #4)
Thanks to @chrisvanmeer for the contribution 👍🏻
Release 1.0.5
- added support for SLES, openSUSE Leap and Tumbleweed (see also issue #2)
- updated Vagrant boxes and fixed linting
Release 1.0.4
- added optional variable
sentinelone_gpgkey
for importing a GPG key - starting the agent is now idempotent
- added check for broken Linux function tracing (vendor best-practice)
- updated Vagrantboxes
- updated unit tests to also check backend connectivity
Release 1.0.2
- fixed a bug where local files couldn't be used as installation source properly
- removed default mirror (you'll have to download the file on your own for legal reasons)
- fix linting and Molecule configuration
Release 1.0.1
- remove unneded handler conditional
Release 1.0.0
Initial release