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
95 stars 57 forks source link

fix(falcon_configure): update logic for removing aid #486

Closed carlosmmatos closed 5 months ago

carlosmmatos commented 5 months ago

Fixes #483

In this pull request, the following changes are made to provide backwards compatibility to existing removal of aid workflows:

With these changes, the pull request now accommodates two scenarios:

  1. Proper gold image workflow: install -> (configure + remove aid)
  2. Removal of the AID as a singleton job.

Added new molecule scenario to test the normal VM template/Gold Image workflow.

carlosmmatos commented 5 months ago

@redhatrises I don't know what's going on with the ansible-lint job. Seems to be some connectivity issue. It's working fine on my end.

dhoppe commented 5 months ago

@redhatrises I don't know what's going on with the ansible-lint job. Seems to be some connectivity issue. It's working fine on my end.

This might be related to the new Ansible Galaxy. It looks like the versions of the Ansible collection ansible.windows could not be fetched.

At least I saw a couple of issues where they received an HTTP 504. no idea what the return code 250 means.

Edit: https://forum.ansible.com/t/ansible-galaxy-not-functional/4757/14