Skip to content

kernel_support_info

Retrieve details about the kernels supported by the Falcon sensor

Added in version 4.1.0

- name: Show support info for all Ubuntu 20 kernels that have a release starting with 5.8
crowdstrike.falcon.kernel_support_info:
filter: "vendor:'ubuntu'+distro:'ubuntu20'+release:*'5.8.*'"
- name: Show support info for kernels with a release of 5.4.0-1040-gcp and an architecture of x86_64
crowdstrike.falcon.kernel_support_info:
filter: "release:'5.4.0-1040-gcp'+architecture:'x86_64'"
- name: Show support info using kernel and architecture from ansible_facts
crowdstrike.falcon.kernel_support_info:
filter: "release:'{{ ansible_facts['kernel'] }}'+architecture:'{{ ansible_facts['architecture'] }}'"
KeyTypeDescription
infoA