CrowdStrike / ansible_collection_falcon

Comprehensive toolkit for streamlining your interactions with the CrowdStrike Falcon platform.
https://galaxy.ansible.com/ui/repo/published/crowdstrike/falcon/
GNU General Public License v3.0
97 stars 60 forks source link

host_hide: add batching to prevent limit #465

Closed carlosmmatos closed 7 months ago

carlosmmatos commented 7 months ago

The host_hide action for devices has a limit of 100 hosts. This can be done outside manually by using Ansible itself, but this would be much cleaner experience for the user if the module batched up the hosts on their behalf.