Remote Install of EDR Windows Sensor using Ansible Requires Start Mode Auto
book
Article ID: 374298
calendar_today
Updated On:
Products
Carbon Black EDR
Issue/Introduction
Using Ansible to remotely install Windows EDR Sensors fails to start the sensor.
Environment
- EDR Windows Sensor: 7.4.1 and newer versions
Resolution
By adding the following configuration to Ansible remote sensor install, the sensor should start.
ansible.windows.win_service:
name: CarbonBlack
start_mode: auto
state: started
Additional Information
- Upgrading the sensors should come from the EDR server.
Feedback
thumb_up
Yes
thumb_down
No