Brian
I have written dynamic inventory scripts https://dpaste.de/1mVa . But I
dont get whats the benefit of using dynamic inventory. I still had to list
all the things which I used in static inventory. could you tell me in what
way I can get most out of dynamic inventory. In what ways It is better to
use, right now I dont think so
Brian Coca <bcoca@ansible.com>: Nov 28 10:38AM -0500Well, dynamic inventories make sense when you have an external source
(cloud provider, vm system, db, inventory system, ldap, etc) not when
you are just listing the hosts manually. If that is the case just
stick with the ini format.
Thank you a lot. Petty good answer and it make sense now as I had the
same problem.
Was wondering, have you been able to retrieve a list of hosts' IPs
given a list of vmware IPs? I have struggled with this a lot and the
fact that dynamic inventory is designed for such case mean there is a
way, just haven't found it
Would be great to share
William