AWS elastic load balancer rules

Hi -

As far as I can tell, it’s not possible to configure AWS application load balancer rules for attributes like HTTP headers via Ansible. Is that correct? If not, does anyone know any examples of how to do this?

If it doesn’t exist yet, does anyone know if someone is already working on adding this feature?

Thanks in advance,
Adam

My default approach for (so far) unsupported features is to resort to command tasks, running the AWS cli.

For idempotency I usually have two tasks, one to check the current configuration, and one to make any changes (if needed, based on the results of the first task).

Dick