We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f535945 + 6c8a2cb commit d8336ceCopy full SHA for d8336ce
etc/kayobe/ansible/wazuh-manager.yml
@@ -102,20 +102,6 @@
102
notify:
103
- Restart wazuh
104
105
- - name: Set http/s_proxy vars in ossec-init.conf for vulnerability detector
106
- blockinfile:
107
- path: "/var/ossec/etc/ossec.conf"
108
- state: present
109
- owner: root
110
- group: ossec
111
- block: |
112
- HTTPS_PROXY={{ http_proxy_url }}
113
- HTTP_PROXY={{ http_proxy_url }}
114
- backup: yes
115
- when: http_proxy_url is defined
116
- notify:
117
- - Restart wazuh
118
-
119
- name: Add JVM proxy settings to wazuh-indexer
120
blockinfile:
121
path: "/etc/wazuh-indexer/jvm.options"
0 commit comments