This collection is focused on downloading, installing, and removing, CrowdStrike's Falcon sensor on Linux platforms. Windows and OSX coming soon.
To install the collection from Ansible Galaxy:
ansible-galaxy collection install crowdstrike.falcon
This example uninstalls the Falcon Sensor:
---
- hosts: all
vars:
falcon_uninstall: true
tasks:
- import_role:
name: crowdstrike.falcon.falcon_installation
All contributions are welcome!
See the Unlicense for more information.