Skip to content

MeilleursAgents/ansible-sentinelone_client

 
 

Repository files navigation

sentinelone_client

Installs and registers the SentinelOne Endpoint agent.

Requirements

No requirements.

Role Variables

Variable Default Description
sentinelone_filename (empty) Package file to install
sentinelone_token (empty) Group/Site token
sentinelone_gpgkey (empty) GPG signing key to import

Dependencies

No dependencies.

Example Playbook

- hosts: clients
  roles:
    - role: stdevel.sentinelone_client
      sentinelone_filename: SentinelAgent_linux_v21_10_3_3.rpm
      sentinelone_token: trustno1

Repository installation:

- hosts: clients
  roles:
    - role: stdevel.sentinelone_client
      sentinelone_filename: https://simone.giertz.dev/SentinelAgent_linux_v13_37.deb
      sentinelone_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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%