- 01 Jun, 2015 4 commits
-
-
Toshio Kuratomi committed
-
Fix KeyError which occurs when not-existing entry is tried to be removed.
Brian Coca committed -
Apply #10563 to stable-1.9
Brian Coca committed -
Basil Brunner committed
-
- 30 May, 2015 2 commits
-
-
Matt Martz committed
-
Toshio Kuratomi committed
-
- 29 May, 2015 7 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
stable-1.9 branch
Toshio Kuratomi committed -
Conflicts: lib/ansible/utils/module_docs_fragments/openstack.py
Monty Taylor committed -
We're being too strict - there is a third possibility, which is that a user will have defined the OS_* environment variables and expect them to pass through. Conflicts: lib/ansible/module_utils/openstack.py lib/ansible/utils/module_docs_fragments/openstack.py v2/ansible/module_utils/openstack.py
Monty Taylor committed -
Toshio Kuratomi committed
-
- 28 May, 2015 5 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Simon Dick committed
-
- 22 May, 2015 5 commits
-
-
made sequence more flexible, can handle descending and negative sequences and is skipped if start==end
Brian Coca committed -
Toshio Kuratomi committed
-
Brian Coca committed
-
James Cammarata committed
-
James Cammarata committed
-
- 16 May, 2015 1 commit
-
-
James Cammarata committed
-
- 15 May, 2015 1 commit
-
-
Brian Coca committed
-
- 12 May, 2015 1 commit
-
-
correct unbound error in ec2.py's RDS code path
Brian Coca committed
-
- 11 May, 2015 1 commit
-
-
Fixes #10910
Jeff Hodges committed
-
- 04 May, 2015 1 commit
-
-
fixes #10891
Brian Coca committed
-
- 01 May, 2015 1 commit
-
-
Toshio Kuratomi 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
-