Skip to content

Commit

Permalink
Merge pull request #1446 from stackhpc/wazuh_fix_cfg
Browse files Browse the repository at this point in the history
Remove proxy configuration from Wazuh manager playbook
  • Loading branch information
grzegorzkoper authored Jan 9, 2025
1 parent f535945 commit 6c8a2cb
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions etc/kayobe/ansible/wazuh-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,6 @@
notify:
- Restart wazuh

- name: Set http/s_proxy vars in ossec-init.conf for vulnerability detector
blockinfile:
path: "/var/ossec/etc/ossec.conf"
state: present
owner: root
group: ossec
block: |
HTTPS_PROXY={{ http_proxy_url }}
HTTP_PROXY={{ http_proxy_url }}
backup: yes
when: http_proxy_url is defined
notify:
- Restart wazuh

- name: Add JVM proxy settings to wazuh-indexer
blockinfile:
path: "/etc/wazuh-indexer/jvm.options"
Expand Down

0 comments on commit 6c8a2cb

Please sign in to comment.