Installs and registers the SentinelOne Endpoint agent.
This role is deprecated and was replaced with sva.sentinelone.sentinelone_client_legacy
and - even better - sva.sentinelone.install_agent
.
No requirements.
Variable | Default | Description |
---|---|---|
sentinelone_client_filename |
(empty) | Package file to install |
sentinelone_client_token |
(empty) | Group/Site token |
sentinelone_client_gpgkey |
(empty) | GPG signing key to import |
sentinelone_client_force_new_token |
false |
Set to true to force a new token |
No dependencies.
- hosts: clients
roles:
- role: stdevel.sentinelone_client
sentinelone_client_filename: SentinelAgent_linux_v21_10_3_3.rpm
sentinelone_client_token: trustno1
Repository installation:
- hosts: clients
roles:
- role: stdevel.sentinelone_client
sentinelone_client_filename: https://simone.giertz.dev/SentinelAgent_linux_v13_37.deb
sentinelone_client_token: trustno1
Use Ansible Molecule for running tests:
$ molecule create
$ molecule converge
$ molecule verify
BSD
Christian Stankowic