- 30 Oct, 2012 4 commits
-
-
- added the ANSIBLE_CONFIG environment variable
Fabian Arrotin committed -
Use return codes > 255 for Ansible-specific errors.
Michael DeHaan committed -
More useful error message for if not HAVE_SELINUX
Michael DeHaan committed -
I had made and pushed this change after you already pulled the request. @dhozac indicated that it would probably be better to use return codes > 255 for anything related to Ansible itself. Which makes sens :)
Dag Wieers committed
-
- 29 Oct, 2012 9 commits
-
-
add check that vars plugins are not handing back None
Michael DeHaan committed -
Missing errors-import causes traceback
Michael DeHaan committed -
and the next one gets ignored despite being installed. also clean up unnecessary second check.
Seth Vidal committed -
Seth Vidal committed
-
Maxim Burgerhout committed
-
Dag Wieers committed
-
Send a host to runner executor instead of a letter.
Michael DeHaan committed -
Jeroen Hoekx committed
-
Discovered in #1463 .
Jeroen Hoekx committed
-
- 28 Oct, 2012 2 commits
-
-
Don't add file module arguments by default
Michael DeHaan committed -
This allows the postgresql_db module to work properly, as it uses an argument named owner that conflicts with the file module.
Daniel Hokka Zakrisson committed
-
- 27 Oct, 2012 6 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 26 Oct, 2012 19 commits
-
-
Michael DeHaan committed
-
Use previous proven multiprocessing logic as the simplification didn't have the same Ctrl-C handling and may be subject to race issues, though still don't pass Runner to each. Still seems performant.
Michael DeHaan committed -
Initialize sftp variable to fix error on transferless session
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Make sure we always return 'rc' from the command module
Michael DeHaan committed -
If this is not a certainty, playbooks will fail without an 'rc' and checking both if there is an rc, and whether the 'rc' is (not) 0 is very complicated. (especially because ${something.rc} will not be substituted and all that)
Dag Wieers committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Explicitly execute /bin/sh versus $SHELL because some folks have very incompatible/weird shells. We do not execute modules through the shell, this is only for basic ops, so should be sufficient.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
in playbook mode, since the Runner still closes abstract host connections completely and does not have a LRU.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Daniel Hokka Zakrisson committed
-
user module: fix typo in documentation
Michael DeHaan committed -
Make with_items a lookup plugin
Michael DeHaan committed -
Use shutil.copyfile so as to preserve file ownership in authorized_keys
Michael DeHaan committed
-