Skip to content

Commit d397cbd

Browse files
Merge pull request #1446 from stackhpc/wazuh_fix_cfg
Remove proxy configuration from Wazuh manager playbook
2 parents 8bb62b4 + 51ca32d commit d397cbd

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: Add JVM proxy settings to wazuh-indexer
120106
blockinfile:
121107
path: "/etc/wazuh-indexer/jvm.options"

0 commit comments

Comments
 (0)