ansible-collections / community.zabbix

Zabbix Ansible modules
http://galaxy.ansible.com/community/zabbix
Other
321 stars 280 forks source link

Install GPG key for Red Hat #1239

Closed jonathanspw closed 3 months ago

jonathanspw commented 4 months ago
SUMMARY

Install Zabbix repo GPG key for rpm distros.

Presently if you try to perform a fresh agent install with zabbix_repo_yum_gpgcheck set to true it will fail as nothing installed the necessary GPG key.

ISSUE TYPE
COMPONENT NAME

zabbix-agent

eb4x commented 4 months ago

Honestly have no idea how someone hasn't brought this up before or noticed it.

That would probably be because the default of zabbix_repo_yum_gpgcheck: 0

I believe there are also different gpg keys signing for el8 and el9, so this is probably not enough.

pyrodie18 commented 3 months ago

Included in #1272