- 16 Feb, 2015 8 commits
-
-
improve yaml parsing performance by ~25% by using PyYAML's CParser loader
Brian Coca committed -
Document redis_kv Python package dependency
Brian Coca committed -
patch action plugin does not require dest
Brian Coca committed -
Toshio Kuratomi committed
-
It's up to the module using the set_fs_attributes*/set_mode* methods to specify the filename of the destination of the symlink if that's really the file that should be modified. Half of the fix for: https://github.com/ansible/ansible-modules-core/issues/778
Toshio Kuratomi committed -
Cove Schneider committed
-
Mention in docs that the redis_kv lookup requires that the redis Python package is installed.
Lorin Hochstein committed
-
- 15 Feb, 2015 1 commit
-
-
Fixes #10243
Toshio Kuratomi committed
-
- 13 Feb, 2015 6 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Add how to load extra variables directly from a file (using @).
Brian Coca committed -
Giovanni Tirloni committed
-
Brian Coca committed
-
Brian Coca committed
-
- 12 Feb, 2015 22 commits
-
-
Brian Coca committed
-
made sure passwords are strings
Brian Coca committed -
updated to correct to_bytes function removed old to_bytes/to_unicode and repointed clients to new location fixed unicode test
Brian Coca committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Fixed broken link. Added links to both core and extras git repos.
Brian Coca committed -
Toshio Kuratomi committed
-
Typo in galaxy.rst
Toshio Kuratomi committed -
Dynamic task includes still need some work, this is a rough first version. * doesn't work with handler sections of playbooks yet * when using include + with*, the insertion order is backwards * fix potential for task lists to be unsynchronized when using the linear strategy, as the include conditional could be predicated on an inventory variable
James Cammarata committed -
to 2015.
giovtorres committed -
ternary filter
Brian Coca committed -
Add support for new OpenStack modules
Brian Coca committed -
Small change to guid_gce.rst, 'project-name', should be 'project_id'
Brian Coca committed -
Update outdated command description in section "Latest Release Via Yum"
Brian Coca committed -
fullergalway committed
-
Added "--recursive" to git clone command in installation via yum section. Changed rpm build parent directory to current dir.
Tongliang Liu committed -
Tongliang Liu committed
-
Conflicts: library/files/stat Resolved: Using theirs
Tongliang Liu committed -
allow fact objects to be instantiated w/o triggering all fact collection
Brian Coca committed -
Allow ansible (ad-hoc) to support --extra-vars
Brian Coca committed -
Matt Martz committed
-
This inventory module is based on the shade library like the new os_ modules. It shares the ability to configure itself from os-client-config configuration files or from the standard OS_ environment variables. More importantly the guts of the code to get the server vars is now shared with os_compute_facts. This means that playbooks that provision compute hosts and then want to run plays on them can refer to server variables in exactly the same way whether the provsioning play ran first or whether the play ran in the context of a pre-existing inventory.
Monty Taylor committed
-
- 11 Feb, 2015 3 commits
-
-
Return empty string if unable to read from some files during fact gathering so as not to change the values we return
Toshio Kuratomi committed -
Added a note about escaping backreferences when using 'regex_replace' filter
Brian Coca committed -
Thanos Lefteris committed
-