-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sensor download modules #396
Sensor download modules #396
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more. @@ Coverage Diff @@
## devel #396 +/- ##
========================================
Coverage ? 44.37%
========================================
Files ? 13
Lines ? 489
Branches ? 88
========================================
Hits ? 217
Misses ? 271
Partials ? 1
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
# Copyright: (c) 2017, Ansible Project | ||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update main README to include new modules
plugins/modules/sensor_download.py
Outdated
options: | ||
hash: | ||
description: | ||
- The SHA256 hash of the Falcon Sensor Installer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add line along the lines:
this is the C(sha256) return value from the M(crowdstrike.falcon.sensor_download_info)
- name: Download Windows Sensor Installer with custom name | ||
crowdstrike.falcon.sensor_download: | ||
hash: "1234567890123456789012345678901234567890123456789012345678901234" | ||
dest: "/tmp/windows" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dest: "/tmp/windows" | |
path: "/tmp/windows" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1:1 and made some changes on the fly.
Introduction of the sensor_download modules along with updates to install_role
This PR introduces the following additions/updates: