Delegation to multiple machines

Good day,

Is it possible to delegate to a group of hosts? My use case is to take a machine out of action from multiple load balancers.

Thanks,
Jens

Yep, here’s an example!

https://github.com/ansible/ansible-examples/blob/master/lamp_haproxy/rolling_update.yml

Sweet! Thanks!