Commit Graph

4 Commits (c08fa1269d511f8266e4ef61e921bdf2b55f91dc)

Author SHA1 Message Date
Michael Schuett c08fa1269d Remove unneeded nesting
The double nesting causes an issue with setting a default empty list if you need to loop over this using with_items. This fixes the issue since it looks like ansible silently fails at setting the default if you use with_items: registered_var['one']['two'] where one is not set.
11 years ago
Michael Schuett c64c2995a4 Document ignore_state
Added documentation for ignore_state and updated the example since you
would really only use this module if you are going to register it to a
variable.
11 years ago
Michael Schuett 1c6597ec73 Typo
Remove typo from when I recently was testing logic for also having an include state.
11 years ago
Michael Schuett 9df0473932 ec2_search module
This module lets you get information about any number of ec2 instances
in your environment. It also has the option of creating hostnames based
on the ip of your server.
11 years ago