Graylog2 / graylog-ansible-role

Ansible role which installs and configures Graylog
Apache License 2.0
212 stars 127 forks source link

install graylog-ansible-role role fails on elastic.elasticsearch role #141

Closed danvac closed 4 years ago

danvac commented 4 years ago

vdanek@mother ansible]$ ansible-galaxy install graylog2.graylog-ansible-role

maglub commented 4 years ago

As a workaround, you can add the elastic role yourself through ansible-galaxy role install -f -r requirements.yml elastic.elasticsearch

In your requirements.yml file:

- src: elastic.elasticsearch
  version: master

It is not a graylog issue, it is the elastic project that has a broken ansible galaxy repo.

malcyon commented 4 years ago

Yep, it seems to be related to:

https://github.com/elastic/ansible-elasticsearch/issues/538

malcyon commented 4 years ago

This should be fixed in master. Will update Ansible Galaxy once I get access to it.