- 25 May, 2013 12 commits
-
-
Fix pip module documentation (YAML quoting)
Michael DeHaan committed -
add basename and dirname to the core jinja2 filters
Michael DeHaan committed -
Ensure the tmp_path is sufficiently open.
Michael DeHaan committed -
pip module -- sudo_user permission problem fix
Michael DeHaan committed -
Fixes #2924: User creation always reports 'changed'
Michael DeHaan committed -
ignore unicode errors in stdout
Michael DeHaan committed -
OpenStack Identity (keystone) user module
Michael DeHaan committed -
OpenStack Modules
Michael DeHaan committed -
new airbrake_deployment module
Michael DeHaan committed -
Python
Michael DeHaan committed -
Plug-ins loaded from top-level plug-in directory
Michael DeHaan committed -
Make debug module always verbose in playbooks
Michael DeHaan committed
-
- 24 May, 2013 5 commits
-
-
Created a new flag 'verbose_always' handled by on_ok callback, similar to the 'verbose_override' flag used by the setup module.
Serge van Ginderachter committed -
PluginLoader._get_paths, as of 391fb98e, was only finding plug-ins that were in a subdirectory of one of the basedirs (i.e. in a category directory). For example, action_plugins/foo.py would never be loaded, but action_plugins/bar/foo.py would work. This makes it so that "uncategorized" plug-ins in the top level of a directory such as action_plugins will be loaded, though plug-ins in a "category" subdirectory will still be preferred. For example, action_plugins/bar/foo.py would be preferred over action_plugins/foo.py.
Dale Sedivec committed -
Bruce Pennypacker committed
-
Fix typo in npm module documentation preventing it to be processed by an...
Michael DeHaan committed -
Fix typo in git module documentation preventing it to be processed by an...
Michael DeHaan committed
-
- 23 May, 2013 9 commits
-
-
Stoned Elipot committed
-
Stoned Elipot committed
-
Scott Sturdivant committed
-
Scott Sturdivant committed
-
Nicolas Grilly committed
-
Nicolas Grilly committed
-
Scott Sturdivant committed
-
Module for managing users, tenants, and roles within OpenStack.
Lorin Hochstein committed -
bennojoy committed
-
- 22 May, 2013 3 commits
-
-
Bryan Larsen committed
-
Stoned Elipot committed
-
Inventory script for Spacewalk servers based on the spacewalk-reports pa...
Michael DeHaan committed
-
- 21 May, 2013 4 commits
-
-
This is particularly important if you've manually ensured you have write access via group permissions and not by owner.
Jon Miller committed -
newrelic_deployment bug fix to support both python 2.4 and 2.6
Michael DeHaan committed -
Jon Miller committed
-
Bruce Pennypacker committed
-
- 20 May, 2013 2 commits
-
-
Prefer categorized modules to uncategorized, such that if someone does an install on top of old content the categorized modules will win over the 1.1 uncategorized modules, as the packages may not automatically clean up the old content.
Michael DeHaan committed -
Michael DeHaan committed
-
- 19 May, 2013 5 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Excplicity set paramiko's logging level to WARNING. By default it inherits ansible's DEBUG logging level (set in callbacks.py) and fills the log file with useless debug messages. Obviously it only applies if log_path is set in ansible.cfg
Dimos Alevizos committed -
Les Aker committed
-
Les Aker committed
-