- 01 Jun, 2015 1 commit
-
-
Basil Brunner committed
-
- 27 Apr, 2015 1 commit
-
-
James Cammarata committed
-
- 23 Apr, 2015 2 commits
-
-
James Cammarata committed
-
avoid path issues by determining the path of ansible-pull and using its path to run ansible and ansible-playbook
Steve Gargan committed
-
- 20 Apr, 2015 2 commits
-
-
Previously, a mixture of "OracleLinux" and "Oracle Linux" was used, causing the `ansible_os_family` fact not to be set to `RedHat`. Fixes #10742.
Peter Oliver committed -
This fix resolves an issue on EL6 systems where there may be multiple versions of pycrypto installed. EPEL provides both `python-crypto` and `python-crypto2.6`. These packages are co-installable. However, modules importing the `Crypto` library must specify which version to use, otherwise the default will be used. This change follows the same pattern established in `bin/ansible` for specifying python library requirements.
James Laska committed
-
- 17 Apr, 2015 3 commits
-
-
James Cammarata committed
-
Fixes #10758
James Cammarata committed -
Brian Coca committed
-
- 16 Apr, 2015 3 commits
-
-
Chris Church committed
-
Only try kerberos auth when username contains `@` and pass realm to pywinrm. Alternative to #10644, fixes #10577.
Chris Church committed -
Chris Church committed
-
- 15 Apr, 2015 2 commits
-
-
James Cammarata committed
-
Brian Coca committed
-
- 14 Apr, 2015 1 commit
-
-
Brian Coca committed
-
- 13 Apr, 2015 4 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
The --force-handlers command line argument was not correctly running handlers on hosts which had tasks that later failed. This corrects that, and also allows you to specify force_handlers in ansible.cfg or in a play.
Jesse Rusak committed
-
- 09 Apr, 2015 3 commits
-
-
Toshio Kuratomi committed
-
Kimmo Koskinen committed
-
James Laska committed
-
- 08 Apr, 2015 2 commits
-
-
Fix indentation
Brian Coca committed -
Jason DeTiberus committed
-
- 06 Apr, 2015 1 commit
-
-
James Cammarata committed
-
- 02 Apr, 2015 6 commits
-
-
Brian Coca committed
-
fixes #10591
Brian Coca committed -
removed folding sudo/su to become logic from constants as it is already present downstream in playbook/play/tasks
Brian Coca committed -
they could be caused by random character combinations, fixes #10468
Brian Coca committed -
Brian Coca committed
-
dont break everything when one of the vars in inject does not template correctly, wait till its used
Brian Coca committed
-
- 31 Mar, 2015 1 commit
-
-
Brian Coca committed
-
- 29 Mar, 2015 1 commit
-
-
Brian Coca committed
-
- 27 Mar, 2015 2 commits
-
-
Update README.md
Brian Coca committed -
I think since ansible and the ansible-modules have been splitted --recursive should be added
kristous committed
-
- 26 Mar, 2015 4 commits
-
-
Brian Coca committed
-
deimosfr committed
-
Make run_command() work when we get byte str with non-ascii characters (instead of unicode type like we were expecting) Fix and test. Fixes #10536
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
- 25 Mar, 2015 1 commit
-
-
James Cammarata committed
-