sensu / sensu-ansible

An Ansible role to deploy a fully dynamic Sensu stack!
https://ansible-sensu.readthedocs.io
MIT License
126 stars 96 forks source link

Feature/yum use https and gpg checks #100

Closed jaredledvina closed 6 years ago

jaredledvina commented 7 years ago

Following suite of https://github.com/sensu/sensu-ansible/pull/98, this PR will enable the HTTPS version of sensu_yum_repo_url and adds sensu_yum_key_url and configures GPG package checking for the yum repos.

jaredledvina commented 7 years ago

Adding that I'm not totally sure if Sensu is signing the repodata, if that's true we can also add repo_gpgcheck: yes to the yum_repository bits as well.