Dusan Matejka

Results 8 issues of Dusan Matejka

Hi, **Environment**: - bare-metal - **OS (`printf "$(uname -srm)\n$(cat /etc/os-release)\n"`):** ```Linux 5.4.0-84-generic x86_64 NAME="Ubuntu" VERSION="20.04.3 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.3 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal...

kind/bug
lifecycle/rotten

##### SUMMARY Preparation for 1.8.0 release, open to any discussion TODO: change release date before merging `antsibull-changelog release --version 1.8.0 --date 2022-08-15` We should wait for #770 and #773 merges...

##### SUMMARY 5.4 out since 17th May https://www.zabbix.com/documentation/current/manual/api/changes_5.2_-_5.4 - [x] #385 - [x] #387 - [ ] #412 - [ ] zabbix_action 5.4 tests failing on: ``` fatal: [testhost]: FAILED!...

enhancement
module
role
Zabbix 5.4/6.0 support

Seems that Zabbix 5.4 has made something different as our CI is failing even after implementing #407. Also read https://github.com/ansible-collections/community.zabbix/pull/407#issuecomment-869747870 Referenced template is https://github.com/ansible-collections/community.zabbix/blob/main/tests/integration/targets/test_zabbix_template/files/template1_52_higher.json Now this is very interesting. If...

bug
module
Zabbix 5.4/6.0 support

##### SUMMARY tl;dr instead of having ```yaml ... - zabbix_host: tls_accept: 1 tls_connect: 1 interfaces: - main: 1 useip: 0 ... ``` It would be much prettier to have: ```yaml...

enhancement
help wanted
module

##### SUMMARY It seems there was an (undocumented?) change in Zabbix itself. Proxy object is now using `hostinterface`, instead of having its own option `interface`. Difference is that `interface` didn't...

bug
module

_From @richlv on 15 Apr 2019_ ##### SUMMARY See https://docs.ansible.com/ansible/latest/modules/zabbix_screen_module.html . There seem to be a few issues here that would need help from somebody familiar with this module, otherwise...

bug
documentation
enhancement
module

##### SUMMARY As per #806, httpapi can now be utilized to connect to the Zabbix server. This issue requests that all roles will be migrated to it and drop zabbix-api...