Re: [ansible-project] using ansible on aws, then get the IP address of the aws instances.

2016-10-13 Thread Allen Sanabria
It depends on how you want to approach this. 1st approach: You can use the ec2.py inventory generator . 2nd approach: You can write Ansible Filters to get inventory dynamically during the same

[ansible-project] using ansible on aws, then get the IP address of the aws instances.

2016-10-13 Thread 'John Smith' via Ansible Project
I have an ansible playbook that starts up some aws instances. once they are up I can see the instances have public ip and private ip. is there a way I can programmatically get the ip addresses from outside aws cliud instead of of having to look at the aws console ? I want my application (tea