sva.sentinelone.install_agent role – Entrypoint for install_agent role
Note
This role is part of the sva.sentinelone collection (version 2.0.5).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it use: ansible-galaxy collection install sva.sentinelone
.
To use it in a playbook, specify: sva.sentinelone.install_agent
.
Entry point main
– Entrypoint for install_agent role
Synopsis
This is the main entrypoint for the
install_agent
role.The entrypoint contains all os independent tasks and prepares the environment for the os specific tasks.
Parameters
Parameter |
Comments |
---|---|
The agent version string. default is to install ‘latest’ version. latest: Install latest GA version. latest_ea: Install latest EA version. custom: Install custom agent version. If set to custom argument ‘custom_version’ is required. Choices:
|
|
The API token to authenticate at the management console. |
|
How many times the ansible role tries to find the agent in the management console after installation Default: |
|
The delay in s between two attempts to find the agent in the management console after installation Default: |
|
The SentinelOne management console URL. E.g. https://my-s1-console.net. |
|
Required when ‘agent_version’ is set to custom. Explicit version of the agent to be installed. |
|
The path to the gpg key to verify the agent package integrity. Required if installing a rpm agent package >= 23.3.2.12 |
|
Optional: The name of the group where the new endpoint should join. |
|
Hide sensitive information like API keys in module output. Only change to false for debugging purposes. Choices:
|
|
Linux only: Set the management token on the linux agent even if it is already registered. Choices:
|
|
The name of the site where the new endpoint should join. |
|
Windows only: Endpoint needs to be rebooted to SentinelOne work properly. Set to false to disable automatic reboot Choices:
|
|
Windows only: Controls the Windows agent package format. false: Downloads .msi installer file true: Downloads .exe installer file Choices:
|