Deploying Crowdstrike Falcon-sensor using Ansible and Puppet

Crowdstrike just monitors everything on your machine. For the devops/sysadmin it’s merely deploying a package on Linux. First with Puppet Download and install the module (I’m using free puppet with foreman): puppet module install crowdstrike-falcon –version 0.7.1 Create a class to wrap it : Head for the manifest/init.pp : The client_id and secret and customer …