- 29 Apr, 2014 27 commits
-
-
Fix documentation error
Michael DeHaan committed -
Michael DeHaan committed
-
Finish reverting a broken commit in #5679
Michael DeHaan committed -
Fixes #7182
James Cammarata committed -
James Cammarata committed
-
Michael DeHaan committed
-
Obvious quick fixes:
Michael DeHaan committed -
James Cammarata committed
-
Merge branch 'delegate_to_honor_ssh_private_key_file' of https://github.com/renard/ansible into renard-delegate_to_honor_ssh_private_key_file
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
Make `vpc_security_group` docs more accurate
Michael DeHaan committed -
In apt module show 'name' vs pkg to standardize with the rest of the modules. 'pkg' is an alias for name.
Michael DeHaan committed -
Michael DeHaan committed
-
Merge branch 'feature/multi-version-import' of https://github.com/abadger/ansible into abadger-feature/multi-version-import
James Cammarata committed -
Michael DeHaan committed
-
James Cammarata committed
-
Michael DeHaan committed
-
Jeffrey 'jf' Lim committed
-
- extra 'the' in intro_inventory - capitalization in playbooks_roles
Jeffrey 'jf' Lim committed -
Make sure a default allow out rule exists if no other egress rules do
James Cammarata committed -
Fixes #7196
Jiri Barton committed -
While this code is unused, this remote module copy of this function should not be carried around in the source code.
Michael DeHaan committed -
Enable facts module on older SuSE systems (Resolves #7032)
James Cammarata committed -
Make sure values are integers for certain hardware items for vpshere_guest
James Cammarata committed -
James Cammarata committed
-
- 28 Apr, 2014 6 commits
-
-
Modified logic of distribution_release for SuSE to retain the last discovered key/value pair's value in /etc/SuSE-release that contains a '=' character.
Logos01 committed -
James Cammarata committed
-
Fixes #7180
James Cammarata committed -
https://github.com/mscherer/ansible…
Merge branch 'fix_user_non_root_on_rhel' of https://github.com/mscherer/ansible into mscherer-fix_user_non_root_on_rhel
James Cammarata committed -
If we try to use the user module without being root, it fail on RHEL/Fedora because usermod --help cannot be run. The root cause is lack of permission due to EAL4+ certification, as seen in shadow-utils changelo. So if we cannot run it, assume there is no append. It doesn't matter much since we will not be able to run usermod at all with or without the option.
Michael Scherer committed -
The current 10-second default timeout for rsync seems to be behind issue #6809. As a workaround for the underlying issue in rsync when different versions are used on the source and destination sides, don't include the timeout option unless the user specifies a timeout > 0.
Skyler Leigh Amador committed
-
- 27 Apr, 2014 5 commits
-
-
Small docs edit
Michael DeHaan committed -
Fix example
Michael DeHaan committed -
mjfroehlich committed
-
Joel Schuweiler committed
-
Joel Schuweiler committed
-
- 25 Apr, 2014 2 commits
-
-
James Cammarata committed
-
James Martin committed
-