Question
I am in a dual stack environment. What I am hoping to do is
I keep trying to get thru this - I believe what I need is to bind pgbouncer and haproxy (I setup 2x load balancer instances with HAproxy and pgbouncer and using FRR to announce an anycast IPv4 and 6)
using M1 playbook.
There is no real docs on how this work, I am working on doing it myself, and once I finish I will update this and possibly create a pull request or feature request (depending on how I accomplish it) but I think that it might actually be supported today and just need to add to docs.
some services support binding to multiple addresses with commas, and some no, so it would just depend on a couple factors in how the jinja templates render to make this supported if the underlying services support it. I understand that full IPv6 support would be more of a refactor due to SSL SANs and the rest of your detailed playbooks.
I really only need the ipv6 ad ipv4 for pgbouncer and haproxy allowed for my setup but others might benefit from full on IPv6 if they wanted a more simple setup connecting directly to postgres. So far everything I tried there led to big issues.
Question
I am in a dual stack environment. What I am hoping to do is
I keep trying to get thru this - I believe what I need is to bind pgbouncer and haproxy (I setup 2x load balancer instances with HAproxy and pgbouncer and using FRR to announce an anycast IPv4 and 6)
using M1 playbook.
There is no real docs on how this work, I am working on doing it myself, and once I finish I will update this and possibly create a pull request or feature request (depending on how I accomplish it) but I think that it might actually be supported today and just need to add to docs.
some services support binding to multiple addresses with commas, and some no, so it would just depend on a couple factors in how the jinja templates render to make this supported if the underlying services support it. I understand that full IPv6 support would be more of a refactor due to SSL SANs and the rest of your detailed playbooks.
I really only need the ipv6 ad ipv4 for pgbouncer and haproxy allowed for my setup but others might benefit from full on IPv6 if they wanted a more simple setup connecting directly to postgres. So far everything I tried there led to big issues.