Hey Damian, Then the documentation in ec2.ini is wrong, I guess.
The documentation is right, I was going to point you to where to customize the script (which is here <https://github.com/ansible/ansible/blob/devel/plugins/inventory/ec2.py#L339>), but I found out that they modified the script to include all instances if that's what you want. If you want to verify anything related to the ami info, that place on the script is probably where you want to do it since as well since you have an object with all instance info. On Wednesday, July 30, 2014 10:33:22 AM UTC-3, Damjan Georgievski wrote: > > > > On Wednesday, July 30, 2014 2:12:15 PM UTC+2, Michael DeHaan wrote: >> >> The EC2 inventory script is an example designed to be customized to your >> own needs if the stock version does not fit your needs, but for most people >> it does. I'm also not sure that's the part that deals with stopped hosts >> :) >> >> Instances that are disabled intentionally don't show up, because you >> can't talk to them -- which is what most people want. >> > > Then the documentation in ec2.ini is wrong, I guess. > > >> I assume you may be wanting something different - but I'm not sure why. >> > > I want to start them for example, but also I want to know what AMI they > use, before I start them. > -- 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/e0363643-6032-44df-b63c-792fb8c4b2ed%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
