File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 8
8
splunk_api_url : https://fake-splunk-api.com
9
9
splunk_hec_url : https://fake-splunk-hec.com
10
10
splunk_hec_token : fake-hec-token
11
- splunk_otel_collector_version : 0.126 .0
11
+ splunk_otel_collector_version : 0.48 .0
12
12
splunk_otel_collector_config : ' {{ansible_env.ProgramData}}\Splunk\OpenTelemetry Collector\custom_config.yml'
13
13
splunk_otel_collector_config_source : ./custom_collector_config.yml
14
14
splunk_memory_total_mib : 256
Original file line number Diff line number Diff line change 45
45
assert :
46
46
that : not service_status.changed
47
47
48
- - name : Download splunk-otel-collector 0.126 .0 MSI
48
+ - name : Download splunk-otel-collector 0.48 .0 MSI
49
49
ansible.windows.win_get_url :
50
- url : https://dl.signalfx.com/splunk-otel-collector/msi/release/splunk-otel-collector-0.126 .0-amd64.msi
50
+ url : https://dl.signalfx.com/splunk-otel-collector/msi/release/splunk-otel-collector-0.48 .0-amd64.msi
51
51
dest : " {{ansible_env.TEMP}}"
52
52
register : otel_msi_package
53
53
54
- - name : Install splunk-otel-collector 0.126 .0 MSI
54
+ - name : Install splunk-otel-collector 0.48 .0 MSI
55
55
ansible.windows.win_package :
56
56
path : " {{otel_msi_package.dest}}"
57
57
state : present
58
58
check_mode : yes
59
59
register : msi_installed
60
60
61
- - name : Assert splunk-otel-collector 0.126 .0 MSI is already installed
61
+ - name : Assert splunk-otel-collector 0.48 .0 MSI is already installed
62
62
assert :
63
63
that : not msi_installed.changed
64
64
Original file line number Diff line number Diff line change 61
61
set_fact :
62
62
msi_arguments : " {{ msi_unfiltered_arguments | reject('eq', '') | list }}"
63
63
64
- - debug :
65
- var : msi_arguments
66
-
67
64
- name : Install splunk-otel-collector-msi
68
65
when : splunk_collector_msi_is_configurable is defined
69
66
ansible.windows.win_package :
70
67
path : " {{otel_msi_package.dest}}"
71
68
state : present
72
- arguments : >-
73
- "{{ msi_arguments }}"
69
+ arguments : " {{ msi_arguments }}"
74
70
75
71
- name : Install splunk-otel-collector-msi-legacy
76
72
when : splunk_collector_msi_is_configurable is undefined
You can’t perform that action at this time.
0 commit comments