I have a playbook that configures multiple client machines.
Each client needs to be configured with a unique server IP address from the servers in a cluster.
The mapping from client to server is one-to-one, all the hosts are running in ec2, and the inventory is dynamic.
Is there a way that I can get the list of servers from the inventory as a list variable, and iterate over the the list as ansible configures each client?