- 20 Jun, 2012 7 commits
-
-
Daniel Hokka Zakrisson committed
-
add -q to handle stdout/stderr being combined, add catch for ControlPersist not existing in ssh for rhel6, etc
Seth Vidal committed -
Remove unnecessary parse_json invocation
Michael DeHaan committed -
Merge stdout and stderr as that is what is expected
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Michael DeHaan committed
-
Enhanced the service state recognition in the service module
Michael DeHaan committed
-
- 19 Jun, 2012 6 commits
-
-
Create a Jinja2 environment allowing includes
Michael DeHaan committed -
Default to using a ControlMaster connection
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Should also fix problems where something might output an error before the sudo prompt.
Daniel Hokka Zakrisson committed -
The changelog entry requires a valid date
Michael DeHaan committed -
Dave Hatton committed
-
- 18 Jun, 2012 3 commits
-
-
make Runner options conflict errors raise AnsibleErrors not traceback in...
Michael DeHaan committed -
add catch if -c ssh and -k are passed at the same time since the ssh connection type doesn't support passwords
Seth Vidal committed -
Add an ssh command wrapper transport
Michael DeHaan committed
-
- 17 Jun, 2012 4 commits
-
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
- Added Upstart support - Added an initial unknown state - Prevented state changes when the current state is not recognized - Changed the keyword recognition to a safer method
Ingo Gottwald committed
-
- 16 Jun, 2012 5 commits
-
-
Iterative template
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
This allows variables to contain other variables.
Daniel Hokka Zakrisson committed -
Allow exclusion of hosts/groups
Michael DeHaan committed -
Fixed typo from results to result in _execute_raw method
Michael DeHaan committed
-
- 15 Jun, 2012 6 commits
-
-
Jonte Norman committed
-
Daniel Hokka Zakrisson committed
-
md5sum on bsd
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Fred Alger committed
-
Tested with OS X local connection and Linux remote. The paths to the md5sum and md5 commands are hardcoded to the most common location. This will definitely fail if the commands are elsewhere, or if the md5 command doesn't support the -q 'quiet' option.
Fred Alger committed
-
- 14 Jun, 2012 9 commits
-
-
Better error messaging in utils
Michael DeHaan committed -
When a command responds with json that is unparseable, dump that unpareseable response instead of swallowing it.
Nathan A. Feger committed -
Issue471 - import hashlib to sidestep deprecation warnings
Michael DeHaan committed -
Import hashlib if it is there, otherwise import md5. Adds method file_digest that wraps the logic on which module to invoke.
Stephen Fromm committed -
https://github.com/dagwieers/ansible
Conflicts: lib/ansible/runner/__init__.py
Michael DeHaan committed -
Add support for older version of python-apt
Michael DeHaan committed -
Most constants can be overriden with environment variables.
Michael DeHaan committed -
Evaluate only_if early
Michael DeHaan committed -
Allow a variable in with_items
Michael DeHaan committed
-