Jure Sah T-2 d.o.o.

Results 11 issues of Jure Sah T-2 d.o.o.

**Describe the issue** Custom certificate loader ( https://github.com/confluentinc/cp-ansible/blob/6.2.0-post/roles/confluent.ssl/tasks/custom_certs.yml#L14 ) corrupts certificate if there is no newline at the end of the file. **To Reproduce** For `ssl_signed_cert_filepath` use a certificate chain...

**Describe the issue** In custom certificates if a certificate chain is provided under `ssl_signed_cert_filepath` , then the code assumes a non-standard order of certificates. The standard order of a certificate...

### Summary ``` Using module file .ansible/collections/ansible_collections/community/windows/plugins/modules/win_domain_user.ps1 At line:213 char:9 + Add-Warning -obj $result -message "Failed to enumerate user g ... + ~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Add-Warning:String) [], ParentContainsErrorRecordException...

### Summary On https://docs.ansible.com/ansible/latest/collections/ansible/builtin/service_module.html the `use` parameter is not documented consistently with how I've been told this parameter works in https://github.com/ansible/ansible/issues/80142 . The documentation states "The service module actually uses...

module
docs
affects_2.13

The following lines are yielding a "parameter passed without an option given" error on my CentOS machine. ```audit.rules -w /Library/Application Support/VirtualBox/LaunchDaemons/ -p x -k virt_tool -w /Library/Application Support/VirtualBox/VBoxDrv.kext/ -p x...

I've had the issue where I set up `wazuh_api_users` and `wazuh_api_credentials` to the same values, set up the cluster and ended up getting ERROR3099 . I've tested the system using:...

According to [Configuring vulnerability detection](https://github.com/wazuh/wazuh-documentation/blob/master/source/user-manual/capabilities/vulnerability-detection/configuring-scans.rst) there is a `` option for `syscollector`, which is never mentioend in the documentation: [System inventory > Configuration](https://github.com/wazuh/wazuh-documentation/blob/master/source/user-manual/capabilities/system-inventory/configuration.rst) According to some random google searches, it...

reporter/community
level/task
type/enhancement

## Describe the bug ``` TASK [rsyslog : Configuring default rsyslog] *********************************************************************************** An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible.errors.AnsibleUndefinedVariable: 'rsyslog_remote_template'...

The skeleton JSON object documented in: https://docs.ansible.com/ansible/latest/dev_guide/developing_inventory.html#tuning-the-external-inventory-script ```json { "_meta": { "hostvars": {} }, "all": { "children": [ "ungrouped" ] }, "ungrouped": { "children": [ ] } } ``` ...doesn't...

documentation

##### SUMMARY When installing zabbix-agent using the community.zabbix.zabbix_agent role, subsequent upgrades on the OS using `dnf upgrade` fail, because of this bug: https://support.zabbix.com/si/jira.issueviews:issue-html/ZBX-21363/ZBX-21363.html In the bug the suggested solution is...

enhancement
role