Skip to content

Commit dbe0ca3

Browse files
committed
Remove proxy configuration from Wazuh manager playbook
The proxy configuration block in ossec.conf is being removed as it was incorrectly placed. The proxy settings in ossec-init.conf do not affect the vulnerability detector functionality.
1 parent 1e221f3 commit dbe0ca3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

etc/kayobe/ansible/wazuh-manager.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -102,20 +102,6 @@
102102
notify:
103103
- Restart wazuh
104104

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-
119105
- name: Perform health check against filebeat
120106
command: filebeat test output
121107
changed_when: false

0 commit comments

Comments
 (0)