File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
collections :
3
3
- name : stackhpc.cephadm
4
- version : 1.18.0
4
+ version : 1.19.1
5
5
# NOTE: Pinning pulp.squeezer to 0.0.13 because 0.0.14+ depends on the
6
6
# pulp_glue Python library being installed.
7
7
- name : pulp.squeezer
Original file line number Diff line number Diff line change 102
102
notify :
103
103
- Restart wazuh
104
104
105
+ - name : Add JVM proxy settings to wazuh-indexer
106
+ blockinfile :
107
+ path : " /etc/wazuh-indexer/jvm.options"
108
+ state : present
109
+ owner : root
110
+ group : wazuh
111
+ marker : " # {mark} ANSIBLE MANAGED BLOCK JVM PROXY SETTINGS"
112
+ block : |
113
+ -Dhttp.proxyHost={{ http_proxy_url | urlsplit('hostname') }}
114
+ -Dhttp.proxyPort={{ http_proxy_url | urlsplit('port') }}
115
+ -Dhttps.proxyHost={{ http_proxy_url | urlsplit('hostname') }}
116
+ -Dhttps.proxyPort={{ http_proxy_url | urlsplit('port') }}
117
+ backup : yes
118
+ when : http_proxy_url is defined
119
+ notify :
120
+ - Restart wazuh-indexer
121
+
105
122
- name : Perform health check against filebeat
106
123
command : filebeat test output
107
124
changed_when : false
112
129
service :
113
130
name : wazuh-manager
114
131
state : restarted
132
+
133
+ - name : Restart wazuh-indexer
134
+ service :
135
+ name : wazuh-indexer
136
+ state : restarted
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ Updates the StackHPC Cephadm Ansible collection from 1.18.0 to 1.19.1.
You can’t perform that action at this time.
0 commit comments