Topics
- v4.7.2
- v4.7.1
- v4.7.0
- v4.6.0
- v4.5.2
- v4.5.1
- v4.5.0
- v4.4.0
- v4.3.2
- v4.3.1
- v4.3.0
- v4.2.2
- v4.2.1
- v4.2.0
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.0
- v3.3.3
- v3.3.2
- v3.3.1
- v3.3.0
- v3.2.36
- v3.2.35
- v3.2.34
- v3.2.33
- v3.2.32
- v3.2.31
- v3.2.30
- v3.2.29
- v3.2.28
- v3.2.27
- v3.2.26
- v3.2.25
- v3.2.24
- v3.2.23
- v3.2.22
- v3.2.21
- v3.2.20
- v3.2.19
Release Date: 2024-12-13
- falcon_configure - Fixed issue where the bool filter was incorrectly used with provisioning token when clause for master image prep (#585)
- falcon_configure - fix issue where AID generation task would fail/timeout (#586)
- falcon_install - fixes issue with premature localhost deletion of downloaded sensor (#584)
- falcon_install - improves error message when using falcon_sensor_version_decrement but not enough historical sensors are available (#588)
- falcon_uninstall - add missing when clause for removing host from UI (#582)
Release Date: 2024-11-04
- win_uninstall - add new windows sensor installer name to uninstall regex for Ansible to be able to uninstall the sensor from package cache (#575)
Release Date: 2024-10-30
- sensor_download - adds the ability to lock files to prevent collision when downloading the sensor (#569)
- falcon_configure - Fix truthy condition for falcon_cid and falcon_provisioning_token (#565)
- falcon_install - fix issue with temp directories being random or non-existent (#569)
Release Date: 2024-09-06
- Enhance the info modules with how pagination is handled and clean options (#558)
- allow become clause for Windows tasks to be toggable in each role (#561)
- eventsource - add support for starting stream from latest event (#552)
- falcon_discover - Added ability to allow duplicate hosts in the same environment (#551)
- kernel_support_info - Add support for paginating kernel support information (#557)
- eventsource - fix issue with refreshinterval causing timeout (#552)
Release Date: 2024-08-15
- falcon_configure - fixed issue with master image and provisioning tokens (#546)
- falconct_info - added support for querying provisioning tokens (#546)
Release Date: 2024-06-28
- falcon_install - fix failed gpg key installs for new sensors (#537)
- falcon_install - fix filter to take advantage of new architectures field (#521)
- falcon_uninstall - fix become clause for remove_host_pretasks.yml (#532)
- sensor_download_info - fix offset and use override for v2 endpoint (#520)
Release Date: 2024-05-16
- fctl_child_cid_info - Added new module to get information about Flight Control child CIDs (#517)
- fctl_child_cids - new lookup filter plugin to fetch child cids (#516)
- crowdstrike.falcon.fctl_child_cids - fetch Flight Control child CIDs
- crowdstrike.falcon.fctl_child_cid_info - Retrieve details about Flight Control child CIDs
Release Date: 2024-05-06
- host_ids - adds a new lookup plugin for getting host IDs (#503)
- host_info - adds new module for retrieving host details (#504)
- kernel_support_info - adds new module for kernel support information (#499)
- sensor_update_builds_info - adds new module for retrieving sensor build versions (#500)
- crowdstrike.falcon.host_ids - fetch host IDs (AIDs)
- crowdstrike.falcon.maintenance_token - fetch maintenance token
- crowdstrike.falcon.host_info - Get information about Falcon hosts
- crowdstrike.falcon.sensor_update_builds_info - Get a list of available sensor build versions
Release Date: 2024-04-09
- falcon_install - allow permissions for sensor download task (#497)
Release Date: 2024-04-08
- falcon_configure - updated logic to remove aid during configuration stage (#486)
- sensor_download - added the ability to set file permissions on downloaded files (#485)
Release Date: 2024-03-27
- falcon_hosts - adds a new dynamic inventory for the Hosts service collection (#470)
- falcon_hosts - added support for hostname preferences and fixed documentation (#474)
- falcon_hosts - added support for parameter templating (#475)
- host_hide - api action was limited to 100 hosts. Fix now allows for processing of more than 100 hosts. (#473)
- crowdstrike.falcon.falcon_hosts - CrowdStrike Falcon Hosts inventory source
Release Date: 2024-02-14
- Remove superfluous parameter required from process.get_bin_path API usage.
- falcon_install - fix falcon_target_os value for SLES (#449)
Release Date: 2023-12-08
Release Date: 2023-10-19
- eventstream plugin - add user-agent string (#426)
Release Date: 2023-09-22
- falcon_configure - fix main task call to auth task (#418)
Release Date: 2023-09-19
- falconpy_utils - fix incorrect url for eu1 (#415)
Release Date: 2023-09-17
- falcon_discover - fixed missing parameter for compose to work properly (#413)
Release Date: 2023-09-16
- host_contain - adds new module to manage host network containment state (#411)
- crowdstrike.falcon.host_contain - Network contain hosts in Falcon
Release Date: 2023-09-15
- auth - adds
auth
module to manage authentication with the Falcon API (#384) - cid_info - adds
cid_info
module to help retrieve CID with checksum (#395) - falcon_discover - adds a new dynamic inventory for the Discover service collection (#400)
- falcon_install - replaces existing API functionality with new modules (#396)
- host_hide - adds
host_hide
module to hide/unhide hosts from the Falcon console (#399) - sensor_download - adds
sensor_download
module to download sensor from the Falcon API (#396) - sensor_download_info - adds
sensor_download_info
module to retrieve sensor installers to download (#396) - sensor_policy_info - adds
sensor_policy_info
module to retrieve sensor policy information from the CrowdStrike Falcon API (#251)
- falconpy - new collection requirements for authenticating with the CrowdStrike Falcon API now require the falconpy sdk. All existing roles within the collection have been ported over and should use the
./requirements.txt
file to get started. (#384)
- cid_info - return the first element of the array (#396)
- falcon_configure - add missing when clause for mac task (#399)
- crowdstrike.falcon.falcon_discover - CrowdStrike Falcon Discover inventory source
- crowdstrike.falcon.auth - Manage authentication
- crowdstrike.falcon.cid_info - Get CID with checksum
- crowdstrike.falcon.host_hide - Hide/Unhide hosts from the Falcon console
- crowdstrike.falcon.sensor_download - Download Falcon Sensor Installer
- crowdstrike.falcon.sensor_download_info - Get information about Falcon Sensor Installers
- crowdstrike.falcon.sensor_update_policy_info - Get information about Falcon Update Sensor Policies
Release Date: 2023-09-14
- update ansible meta information for certifiable requirements (#405)
Release Date: 2023-09-11
- falcon_uninstall - Adds hide/remove host functionality (#393)
- falcon_configure - add become clause to remove_aid tasks (#392)
Release Date: 2023-08-17
- eda - fix EDA partner requirements using tox (#381)
Release Date: 2023-08-04
- evenstream-eda - Introducing new EvenStream EDA plugin (#322)
- falcon_install - Fix Windows destination URL (#375)
Release Date: 2023-07-28
- falcon_install - add the ability to install from an URL for windows (#363)
- falcon_install - removing kernel compat check due to prevelance of ebpf (#367)
- falcon_install - use tmp path instead of hardcoding sensor name (#368)
Release Date: 2023-06-30
- falcon_install - fix issue with expired gpg key (#361)
Release Date: 2023-05-10
- falcon_install - fix bug with zypper downgrade (#344)
Release Date: 2023-04-24
- falcon_install - gives the user the option to downgrade the falcon sensor to a previous version (#334)
Release Date: 2023-03-30
- falcon_install - fix issue with sorting of returned versions when using falcon_sensor_version_decrement (#325)
- falcon_install - fix kernel compatibility query (#332)
Release Date: 2023-03-15
- falcon_configure - adds the ability to manage grouping tags for Mac OS (#318)
- falcon_install - made the ability to toggle run_once options available to the user (#320)
- falcon_install, falcon_configure, falcon_uninstall - Enhances the roles to better support Mac OS, to include changed_when and failed_when conditions (https://github.com/CrowdStrike/ansible_collection_falcon/pull/318/files)
- falcon_install - fixes a bug where falcon_os_arch was affecting the falcon_install module on Mac OS X (#318)
Release Date: 2023-03-06
- falcon_install - fix win auth (#316)
Release Date: 2023-03-01
- falcon_configure, falcon_install - Extract authentication logic to be more OS specific (#309)
Release Date: 2023-02-16
- falcon_configure, falcon_install, falcon_uninstall - Updated to use ansible facts dictionary instead of the ansible_* naming convention (#299)
- falcon_install - Fix delegate_to issue due to omit bug in Ansible 2.12 (#306)
Release Date: 2023-01-12
- falcon_configure - Add backend support for bpf (#287)
- falcon_install - Fixed issue with delegation in Auth call (#286)
- falconctl, falconctl_info - Add backend option support for bpf (#287)
Release Date: 2022-12-27
- falcon_install - Fix issue with non-linux systems being affected by falcon_os_arch variable (#284)
Release Date: 2022-12-22
- falcon_install - Fixed support for s390x that was causing issues for the other archs (#281)
Release Date: 2022-12-22
- falcon_install falcon_configure - Refactored API authentication for better useability (#273)
- falcon_install - fix issue with sensor update policies and arch support (#276)
Release Date: 2022-10-10
- Updates made to conform with the latest ansible-lint rules (#263)
- implement run_once playbook option to reduce API calls (#261)
Release Date: 2022-09-16
- falcon_configure - fix issue with falcon_cloud variable not being set correctly (#257)
Release Date: 2022-09-06
- falcon_install - add the ability to install from a local file (#242).
- falcon_configure - fix issue with aid removal for image prep failed (#254)
Release Date: 2022-08-23
- falcon_install - fix-incorrect-arm64-assumptions (#244)
Release Date: 2022-08-09
- ansible_install - added optional credentials for package download
- falcon_install - Update target_os for RHEL family to support RHEL 9.
- falconctl - Fixed issue with APD and billing options being able to use empty string as proper argument.
- falconctl - extrapolated common param checks to function.
- falconctl - updated usage of string options and added validation for options.