Graylog2 / graylog-ansible-role

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

Remove Nginx dependency #170

Closed malcyon closed 3 years ago

malcyon commented 3 years ago

Remove Nginx role dependency, as it's been abandoned and no longer works. Adding documentation instructing users to include the official Nginx role if they need it. Also added a check to throw an error if a user has graylog_install_nginx set to True. If they have it set to False, it will continue as normal.

Fixes #144