geerlingguy / ansible-role-varnish

Ansible Role - Varnish HTTP accelerator
https://galaxy.ansible.com/geerlingguy/varnish/
MIT License
80 stars 88 forks source link

Cannot configure listen IP #88

Closed Bilge closed 4 years ago

Bilge commented 5 years ago

This role does not fully support the -a parameter, which accepts a wide range of IP address and port formats. Instead, this role limits the listen address configuration to port customization only, by hard-coding the : prefix for the -a switch, forcing the default IP bind address to be used.

It should be possible to configure the listen IP in addition to the port. I would suggest not having separate settings for IP and port, since this would still only support one binding but it's clear from the documentation that multiple bindings can be specified with comma (,) separators.

stale[bot] commented 4 years ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale[bot] commented 4 years ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.