I got the inventory file with content of ip addresses,
192.168.1.1
192.168.1.2
192.168.1.3
I want to capture the ip address especially when it's passing to the tasks and looping it. If use the variables on ansible facts, I'm afraid I might use other/wrong ip address.
So is it possible to grab the input from the inventory?
Thanks.