- 05 Dec, 2013 15 commits
-
-
Add documentation for usage of encrypted postgresql passwords.
jctanner committed -
Fix apt module to be able to install package by giving just a provides a...
jctanner committed -
Jinn Koriech committed
-
Jinn Koriech committed
-
The apt module check if a packag eis valid by loking in the cache, checking only for full name, while it should also check that the name is not just provided. Fix https://github.com/ansible/ansible/issues/5177
Michael Scherer committed -
basic AIX network facts
jctanner committed -
James Tanner committed
-
Fix issue #5043: ec2_vpc module wait=yes state attribute retrieval
jctanner committed -
David Hummel committed
-
Jinn Koriech committed
-
Alfons Zitterbacke committed
-
Alfons Zitterbacke committed
-
James Tanner committed
-
rax_required_together is a function
Michael DeHaan committed -
Matt Martz committed
-
- 04 Dec, 2013 10 commits
-
-
Fix ansible.spec to handle opensuse and fedora
James Tanner committed -
Fix for RPM build on opensuse
jctanner committed -
#5089 hack-fix assemble module
jctanner committed -
James Tanner committed
-
add supported docker version to docs
Michael DeHaan committed -
Ensure test_command tests are actually correct
Michael DeHaan committed -
Add blank line before rst directive
Michael DeHaan committed -
Use ovirtsdk if it installed, but fall out gracefully if it is not
Michael DeHaan committed -
Use h2 for version headings in Changelog to allow deeplinking
Michael DeHaan committed -
The word skipped only has 2 p's not 3
Michael DeHaan committed
-
- 03 Dec, 2013 9 commits
-
-
Fix new new module_style determination. Fixes #5148
jctanner committed -
Matt Martz committed
-
Matt Martz committed
-
hostname module: add support for Amazon Linux
jctanner committed -
Christoph Olszowka committed
-
Added a parameter for dest_port and also check ansible_ssh_port inventory variable.
James Tanner committed -
Evgenii Terechkov committed
-
Maykel Moya committed
-
Using ``` assert 'changed' in result ``` doesn't actually check if something is changed, which is presumably the reason for the assertion. What is actually needed is ``` assert result.get('changed') ``` which checks that changed is set and not False. Tests still pass after this change
willthames committed
-
- 02 Dec, 2013 6 commits
-
-
Fix checking for existence of EC2 tags
jctanner committed -
authorized_key module: rewrite options to dict parser, fixes #5032
jctanner committed -
Fixed hostname module for RHEL6 Workstation
jctanner committed -
Joshua Conner committed
-
James Tanner committed
-
James Tanner committed
-