You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
368 B
6 lines
368 B
- name: "Install UF Windows"
|
|
win_package:
|
|
path: "C:/Temp/splunkforwarder-9.0.4-de405f4a7979-x64-release.msi"
|
|
product_id: "{6C243C23-42E6-46E7-AECC-81428601A55E}"
|
|
state: present
|
|
arguments: 'INSTALLDIR="C:\Program Files\SplunkUniversalForwarder" AGREETOLICENSE=Yes /quiet SPLUNK_USER="{{ splunk_admin_user }}" SPLUNK_PASSWORD="{{ splunk_password }}"' |