You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using the grafana role from this collection to manage Grafana. My network uses IPv6, and I only want to bind to one of the interfaces with a particular address, so I had a line like this in my variables file:
This worked fine for a while. But recently, Grafana has changed its accepted formats for IPv6 addresses, and now requires them to be wrapped with square brackets (grafana/grafana#81870, grafana/grafana#81991). So I updated my variables file accordingly:
With this change, Grafana is now able to start up. However, Ansible doesn't understand this address format, and running the playbook now hangs on the "Wait for grafana to start" task. There does not seem to be a way to configure an IPv6 address using the Ansible grafana role any more that works with both Grafana and the Ansible grafana role.
The text was updated successfully, but these errors were encountered:
I have been using the
grafana
role from this collection to manage Grafana. My network uses IPv6, and I only want to bind to one of the interfaces with a particular address, so I had a line like this in my variables file:This worked fine for a while. But recently, Grafana has changed its accepted formats for IPv6 addresses, and now requires them to be wrapped with square brackets (grafana/grafana#81870, grafana/grafana#81991). So I updated my variables file accordingly:
With this change, Grafana is now able to start up. However, Ansible doesn't understand this address format, and running the playbook now hangs on the "Wait for grafana to start" task. There does not seem to be a way to configure an IPv6 address using the Ansible
grafana
role any more that works with both Grafana and the Ansible grafana role.The text was updated successfully, but these errors were encountered: