ansible-elk
ansible-elk copied to clipboard
Import ElasticSearch GPG Key fails on elk client role
Your System Details
Describe the bug When the elk client role runs it fails on installing the GPG key for elastisearch Making the following change fixed the issue #rpm_key: key=http://packages.elastic.co/GPG-KEY-elasticsearch rpm_key: key=https://artifacts.elastic.co/GPG-KEY-elasticsearch
Thanks for filing this @japplewhite. These seem like they same files and are both accessible, wonder if there's a benefit to one or the other. It's been a while but I'll experiment with this and see if it's still a problem.
Closing this, I'm unable to reproduce it.