- 25 May, 2013 1 commit
-
-
Michael Vogt committed
-
- 23 May, 2013 2 commits
-
-
Michael Vogt committed
-
document in the man-page that {ansible,ansible-playbook} -M can also be overriden with the ANSIBLE_LIBRARY environment
Michael Vogt 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 24 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 -
Add an update option to the git module
Michael DeHaan committed -
apt now uses module function to find bin paths
Michael DeHaan committed -
flowdock module returns changed=false on succes
Michael DeHaan committed -
Fix registered variable usage example
Michael DeHaan committed -
fix package mentioned twice in setup.py
Michael DeHaan committed -
update archlinux PKGBUILD for pacman 4.1
Michael DeHaan committed -
Added a helpful example to the ec2_facts doc.
Michael DeHaan committed -
Campfire Notification Module: Typo fixes, tighter error handling, corrected check mode support
Michael DeHaan committed -
Ton Kersten committed
-
jabber module returns changed=false on success
Michael DeHaan committed -
notification modules irc, mqtt now exit with changed=False
Michael DeHaan committed -
Make package version comparison use globbing.
Michael DeHaan committed
-