- 25 May, 2013 5 commits
-
-
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 5 commits
-
-
Stoned Elipot committed
-
Stoned Elipot committed
-
Nicolas Grilly committed
-
Nicolas Grilly committed
-
bennojoy committed
-
- 22 May, 2013 1 commit
-
-
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 6 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 -
pip module blowing up when name is not included in arg list
Michael DeHaan committed -
This code: ``` if name.endswith('.tar.gz') or name.endswith('.tar.bz2') or name.endswith('.zip'): is_tar = True ``` was not checking whether name is defined since it is an optional param.John Jarvis committed -
Don't hardcode chroot path
Michael DeHaan committed
-
- 18 May, 2013 12 commits
-
-
fixing syntax error
Michael DeHaan committed -
John Jarvis committed
-
Maykel Moya committed
-
Maykel Moya committed
-
Add vim swap files to gitignore
Michael DeHaan committed -
Darren Worrall committed
-
Fixes in apt module doc: typos, examples
Michael DeHaan committed -
Fix empty requirements specifications in modules documentation
Michael DeHaan committed -
no uses get_bin_path for 2nd use of ip tool
Michael DeHaan committed -
-o and -r option don't exist on AIX
Michael DeHaan committed -
Ben Ritcey committed
-
Add support for crypted passwords to password lookup
Michael DeHaan committed
-