Graylog2 / graylog-ansible-role

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

Update Nginx dependency #144

Closed malcyon closed 3 years ago

malcyon commented 4 years ago

The Nginx role we have as a dependency has been abandoned:

https://github.com/jdauphant/ansible-role-nginx

I think this should be swapped out for the official Nginx Ansible role.

https://github.com/nginxinc/ansible-role-nginx

filicivi commented 3 years ago

Up for this. The role jdauphant.ansible-role-nginx hasn't been updated in 2 years (according to ansible-galaxy) and is not fully-compatible with EL8 (it fails trying to install libselinux-python deps).

malcyon commented 3 years ago

I'm just going to remove jdauphant.ansible-role-nginx entirely. Graylog can install perfectly fine without it, and if someone wants Nginx, they can include the official Nginx role in their playbook themselves.

I hope no one minds. It's been broken for months, anyway.

@bernd