Jure Sah T-2 d.o.o.
Jure Sah T-2 d.o.o.
The keystores listed here as blank -- this does not turn out to be important. The settings from the configuration files are used anyway. In my case they did not...
`wazuh-production-ready.yml` first step with `generate-certs` seems to be plain wrong. It seems to assume that only the certs will be generated, but instead the first indexer is deployed as well,...
I am not the only one to mistake this (I was following a stackoverflow conversation in which everyone who commented understood that it was refering to the service command). It...
Issue still occurs 1 year later. Basically the issue occurs when cloning as root, but the target directory is not owned by root. The workaround is to change directory ownership...
I would need this functionality. What can we do to help move it along?
I've tried making an issue to Red Hat to get their attention, but apparently we'd need a subscription to one of their Ansible products for them to even look at...
Yes, I assumed that any changes would be based off the latest development version. I'm using 4.4.4 , so the changes will not help me, but perhaps they will help...
A cleaner solution for RHEL9: https://stackoverflow.com/a/75944492/2897386 ```bash update-crypto-policies --set LEGACY ``` You might have to reboot afterwards.
Use the stable version of the code. The master branch is development.
> then please try > > ``` > ansible_zabbix_url_path: '/' > ``` This yields a POST request like this: `POST ///api_jsonrpc.php` The correct value is: ```yaml ansible_zabbix_url_path: '' ``` This...