- 22 Jan, 2013 7 commits
-
-
Tim Gerla committed
-
- use boto instead of euca2ools - improve error handling/propagation for run failures - rename keypair to key_name (and preserve alias for old playbooks) - should be 100% backward compatible with the euca2ools version
Tim Gerla committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
module needs to be passed to local_nvra
Daniel Hokka Zakrisson committed -
Pepe Barbe committed
-
Adding it to runner's module_path makes it override local modules.
Daniel Hokka Zakrisson committed
-
- 21 Jan, 2013 8 commits
-
-
Daniel Hokka Zakrisson committed
-
added info of required packages to build rpms
Michael DeHaan committed -
Vincent Van der Kussen committed
-
Adding default on vars_prompt
Michael DeHaan committed -
add when_changed when_failed example to docsite
Michael DeHaan committed -
--private-key tilde handling
Michael DeHaan committed -
Vincent Van der Kussen committed
-
vincent Van der Kussen committed
-
- 20 Jan, 2013 6 commits
-
-
whitespace fix
fdavis committed -
Tim Gerla committed
-
Tim Gerla committed
-
Tim Gerla committed
-
Michael DeHaan committed
-
Reported hanging of no-password sudo in some cases. Need to explore. This reverts commit 87f6739e. Conflicts: lib/ansible/utils/__init__.py
Michael DeHaan committed
-
- 19 Jan, 2013 3 commits
-
-
Support sudo alternatives that offer sudo-compatible interfaces
Michael DeHaan committed -
ron1 committed
-
Rodney Quillo committed
-
- 18 Jan, 2013 10 commits
-
-
new module: sysctl to handle sysctl entry
Michael DeHaan committed -
Pacman module
Michael DeHaan committed -
add when_{failed,changed}, and extended when_{set,unset}
Michael DeHaan committed -
add apt_key module
Michael DeHaan committed -
get_service_status() is now using self.service_control() to check status
Michael DeHaan committed -
add filter_plugins to example ansible.cfg
Michael DeHaan committed -
Service mod.: Proper(?) handling of return code 69
Michael DeHaan committed -
Fix sudo user env
Michael DeHaan committed -
Adds -i to make_sudo_cmd so target user's environment gets loaded when configurationslike this are used : - hosts: ubuntu name: Install ruby for the configured ruby user sudo: True sudo_user: rubyuser # should be ${ruby_user}, but can't for now because of #1665 tasks: - name: Gets current ruby version action: shell rbenv version register: ruby_current_version
Michel Blanc committed -
Rodney Quillo committed
-
- 17 Jan, 2013 2 commits
-
-
fdavis committed
-
This adds "69" to the return codes from the status command that should be considered as not running. At least "django-celery" uses this return code, maybe others:: /venv/bin/python /code/project/manage.py celeryctl status echo $? # 69 when not running. A bit of googling let me to http://tldp.org/LDP/abs/html/exitcodes.html and on a Ubuntu Server 12.10 I get:: ~# cat /usr/include/sysexits.h | grep 69 #define EX_UNAVAILABLE 69 /* service unavailable */ I'm not sure if the content of sysexits.h is the same on other OS'es.
Rune Kaagaard committed
-
- 16 Jan, 2013 1 commit
-
-
Pretty straightforward. Give it a URL with an exported GPG key for signing an Apt repository. It downloads it and will install it using apt-key. It's even smart enough to tell if it's already there (i.e. actually tells you if it changed or not).
Jayson Vantuyl committed
-
- 14 Jan, 2013 1 commit
-
-
Fixes a bug where init-scripts were not used
root committed
-
- 13 Jan, 2013 2 commits
-
-
Various cleanup to run_command
Stephen Fromm committed -
* Rename fail_on_rc_non_zero to check_rc, much more succinct. * Simplify method defintion * Fix command module and drop shell=shell option; whether to use shell is determined by if args is a list.
Stephen Fromm committed
-