This role will uninstall the CrowdStrike Falcon Sensor.
Ansible 2.11 or higher
The following variables are currently supported:
falcon_windows_uninstall_args
- Additional Windows uninstall arguments (string, default:/norestart
)falcon_windows_become_method
- The way to become a privileged user on Windows (string, default:runas
)falcon_windows_become_user
- The privileged user to uninstall the sensor on Windows (string, default:SYSTEM
)
See defaults/main.yml for more details on these variables.
Privilege escalation (sudo) is required for this role to function properly.
This example uninstalls the Falcon Sensor:
---
- hosts: all
roles:
- role: crowdstrike.falcon.falcon_uninstall
CrowdStrike Solution Architects