Thanks, Wawrzek, Also I'm seeing this in ec2.py. Makes me hopeful. Newb to Ansible and python so will take me a little while to figure out.
https://raw.githubusercontent.com/ansible/ansible/devel/plugins/inventory/ec2.py def __init__(self): ''' Main execution path ''' # Inventory grouped by instance IDs, tags, security groups, regions, # and availability zones self.inventory = self._empty_inventory() # Index of hostname (address) to instance ID self.index = {} Paul -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/f7cae622-6595-4233-a085-42357a6d5a37%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
