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

Redis does not bind to all interfaces on Ubuntu machines #104

Closed tculp closed 6 years ago

tculp commented 6 years ago

In tasks/Debian/redis.yml, the following block appears:

This is not present in tasks/Ubuntu/redis.yml, and as such redis does not bind to all interfaces on Ubuntu machines

jaredledvina commented 6 years ago

PR Merged! Thank you!