Skip to content

Commit

Permalink
Merge pull request #1448 from stackhpc/cherry-pick-32f26e-stackhpc/20…
Browse files Browse the repository at this point in the history
…23.1

Remove proxy configuration from Wazuh manager playbook (cherry-pick #1446)
  • Loading branch information
Alex-Welsh authored Jan 9, 2025
2 parents f535945 + 6c8a2cb commit d8336ce
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 d8336ce

Please sign in to comment.