This collection is focused on downloading, installing, and removing CrowdStrike's Falcon sensor.
To install the collection from Ansible Galaxy:
ansible-galaxy collection install crowdstrike.falcon
Apple platforms require Mobile Device Management (MDM) software to install kernel extensions without user prompting. Ansible is only able to run on macOS in an interactive session, which means end-users will receive prompts to accept the CrowdStrike kernel modules.
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.