stdevel / ansible-sentinelone_client

Installs and configures the SentinelONE client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sentinelone_client

Installs and registers the SentinelOne Endpoint agent.

Requirements

No requirements.

Role Variables

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

Dependencies

No dependencies.

Example Playbook

- 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

Development / testing

Use Ansible Molecule for running tests:

$ molecule create
$ molecule converge
$ molecule verify

License

BSD

Author Information

Christian Stankowic

About

Installs and configures the SentinelONE client

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%