- 14 Jun, 2015 7 commits
-
-
Victor Schröder committed
-
Creates get_host_info_dict_from_describe_dict helper method to translate information from a 'describe' call (we don't have instance objects in this case)
Victor Schröder committed -
Victor Schröder committed
-
Adds get_elasticache_clusters_by_region method to perform the API call to AWS (and sadly finds out that Boto support for ElastiCache is very outdated...)
Victor Schröder committed -
Victor Schröder committed
-
Victor Schröder committed
-
Victor Schröder committed
-
- 13 Jun, 2015 7 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Update index.rst
Brian Coca committed -
Adding some copy edits. Feel free to disregard.
Scot Marvin committed
-
- 12 Jun, 2015 9 commits
-
-
Display a warning when using a deprecated module
Brian Coca committed -
Matt Martz committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
open_url() is suitable for use outside of a module environment. Will let us use open_url to do SSL cert verification in other, non-module code.
Toshio Kuratomi committed -
Require passlib over crypt in password_hash for Mac OS X/Darwin. Fixes #11244 i was almost done with my patch ... but I like yours better
Brian Coca committed -
Matt Martz committed
-
Update guide_gce.rst
Brian Coca committed -
Make the docs more specific.
Felix Gläske committed
-
- 11 Jun, 2015 17 commits
-
-
now with_times: barestring, will error out in test
Brian Coca committed -
brought back terms testing as with_ is not only way to call and we cannot guarantee terms is a list otherwise.
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Fixes #11235
Toshio Kuratomi committed -
Brian Coca committed
-
comment to ec2.ini inventory instances grouping
Brian Coca committed -
Re-introduce ssh connection private key support
Brian Coca committed -
changelog: add cs_network
Brian Coca committed -
Warning about usage boto+ec2.ini
sirkubax committed -
René Moser committed
-
this way we don't need a break per distro that matched already with the python default functions
Brian Coca committed -
- now obeys global undefined var setting and allows override (mostly for with_ ) - moved environment instanciation to init instead of each template call - removed hardcoded template token matching and now use actually configured tokens, now it won't break if someone changes default configs in ansible.cfg - made reenetrant template calls now pass the same data it got, dictionary and lists were loosing existing and new params - moved fail_on_undeinfed parameter to template call, as it should only realky be set to false on specific templates and not globally - added overrides, which will allow template to implement jinja2 header override features - added filter list to overrides to disallow possibly insecure ones, TODO: check if this is still needed as facts should not be templated anymore - TODO: actually implement jinja2 header overrides
Brian Coca committed -
made sure it does not fail on undefined
Brian Coca committed
-