-
Problem report
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
Sprint 66 (Jul 2020), Sprint 67 (Aug 2020)
-
0.25
Hello,
I dont know if it right topic to post, if its not correct topic - please move it to correct one.
I started to learn automation with Ansible few days ago, and used "dj-wasabi.zabbix-agent" Ansible role ( https://github.com/dj-wasabi/ansible-zabbix-agent )
After Zabbix Agent was installed at remote machine - i saw that that there is 2 gpg keys was added. I have Ubuntu 18.04 LTS server.
-----------------------
# apt-key list
......................................
/etc/apt/trusted.gpg.d/zabbix-official-repo.gpg
-----------------------------------------------
pub dsa1024 2012-10-28 [SC]
FBAB D5FB 2025 5ECA B22E E194 D13D 58E4 79EA 5ED4
uid [ unknown] Zabbix SIA <[email protected]>
sub elg1024 2012-10-28 [E]
pub rsa2048 2016-07-15 [SC]
A184 8F53 52D0 22B9 471D 83D0 082A B56B A14F E591
uid [ unknown] Zabbix LLC <[email protected]>
sub rsa2048 2016-07-15 [E]
Then i did clean install (on fresh installed Ubuntu 18.04), commands used:
# wget https://repo.zabbix.com/zabbix/4.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_4.4-1+bionic_all.deb
# dpkg -i zabbix-release_4.4-1+bionic_all.deb
# apt update
# apt install zabbix-agent zabbix-get zabbix-sender
And once more both this 2 gpg keys was present.
Im not an expert, but have question: if person have, for example, Ubuntu 18 --> is really 2 gpg keys need to be added/present in system? Why with Ubuntu OS also Debian key is being added?
At attached file (starting from line 69) there is "sign_keys" output from Ansible log