Will Thames

Results 67 comments of Will Thames

You might need to turn on some extra verbose logging by running with `-v`, this doesn't make much sense. What version of ansible are you using? We expect ansible-review to...

Looking at this structure, I think it's because it expects group_vars to be in an inventory directory. Your ansible.cfg suggests that the inventory directory is elsewhere, so not quite sure...

I'm not really talking about the alternate directory layout We just use a directory (in our case called inventory) that has a bunch of hosts files and host_vars and group_vars...

That probably is the best fix unless you are willing to always add an empty play to your stub playbook ``` - ``` is the most minimal playbook that should...

If you decide your load balancers are in the wrong subnet, and decide to create new ones, as far as I can tell EKS doesn't detect the new subnets, and...

Or alternatively figure out if it's useful functionality (the bot seems to remove needs_revision). Is it that it can clear needs_info ?

Our use case is to have an `alb-internal` and an `alb-external` IngressClass, and then set the scheme of the ALB in the associated `IngressClassParams` so that we don't have to...

Another reason for wanting a separate ingress class is for use with external-dns We use separate external-dns controllers, one that controls private DNS and one that controls public DNS, so...

Yet a third reason is if you need a network load balancer and an application load balancer for different workloads (for example, doing TCP passthrough for one workload vs needing...