You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we run the security_theater playbook, VMs get checked for CrowdStrike and it installs/updates the agent if not on the machine already.
Actual behavior
Playbook is failing to check VMs with an error in the role crowdstrike.falcon.falcon_install
Error messages
Include any error messages from STDOUT, STDERR, log files, etc., that you did not include under 'Actual behavior' above.
ERROR! the role 'crowdstrike.falcon.falcon_install' was not found in /Users/karasicv/Desktop/Git_Repos/princeton_ansible/playbooks/utils/roles:/Users/karasicv/Desktop/Git_Repos/princeton_ansible/external_roles:/Users/karasicv/Desktop/Git_Repos/princeton_ansible/playbooks/utils
The error appears to be in '/Users/karasicv/Desktop/Git_Repos/princeton_ansible/playbooks/utils/security_theater.yml': line 16, column 5, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
roles:
- role: crowdstrike.falcon.falcon_install
Once we get my environment back to running state, we suspect that we will need to install the ansible-galaxy collection for crowdstrike to fix this error, as it seems to be missing from my env to run the playbook successfully:
security_theater playbook failed to change anything again on today's run on qa and prod (after running successfully last week, 11/25/24). Tower output here: qa, prod.
Expected behavior
When we run the security_theater playbook, VMs get checked for CrowdStrike and it installs/updates the agent if not on the machine already.
Actual behavior
Playbook is failing to check VMs with an error in the role
crowdstrike.falcon.falcon_install
Error messages
Include any error messages from STDOUT, STDERR, log files, etc., that you did not include under 'Actual behavior' above.
Steps to replicate
Run the playbook on any VM. Example:
ansible-playbook playbooks/utils/security_theater.yml --limit sandbox-vkarasic.lib.princeton.edu
Impact of this bug
Security updates are not being installed until this is fixed.
Relevant links and code snippets, if applicable
Implementation notes, if any
The text was updated successfully, but these errors were encountered: