- 04 Dec, 2013 7 commits
-
-
This fixes issue #5159.
Jens Rantil 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 14 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
-
Implement ansible.module_utils.rax
jctanner committed -
Added `-y` flag to `query_package`
jctanner committed -
Exit 0 with no matched hosts
jctanner committed -
James Tanner committed
-
New library/cloud/ec2 module parameter (assign_public_ip) for non-default VPC instance launching.
James Tanner committed -
Fix "manual" ansible-playbook example in guide_vagrant.rst
Michael DeHaan committed -
The given example is trying to load an inventory file with the -i option, so it should probably be given the actual Vagrant-written inventory file name. I contemplated using 'vagrant_ansible_inventory_default' instead (which is what my Vagrant demo actually creates) but 'vagrant_ansible_inventory_machinename' is more consistent with the existing example in the docs.
Michael F. Booth committed -
Add PyPi version badge.
Michael DeHaan committed
-
- 01 Dec, 2013 2 commits
-
-
Fix for documentation playbook loops
Michael DeHaan committed -
mention that the mount module will remove mount directories
Michael DeHaan committed
-
- 30 Nov, 2013 1 commit
-
-
Matthias Blaser committed
-
- 29 Nov, 2013 1 commit
-
-
Fixes #5081
James Cammarata committed
-
- 28 Nov, 2013 6 commits
-
-
Correct the invocation of ‘_assemble_from_fragments’
Michael DeHaan committed -
Michael DeHaan committed
-
Code to limit display of version_added attributions in modules for modules that are too old to call out this information. This does not generically apply to new arguments added to existing modules, just the version_added attribute on the top level modules.
Michael DeHaan committed -
Revert "No longer need to reference 'version_added' in docs for these, as this was quite a while ago." This reverts commit ff0a41d4.
Michael DeHaan committed -
Michael DeHaan committed
-
Docs: Fix the module formatter code that is intended to remove the 'historical' variable from showing up in version_added information (RST)
Michael DeHaan committed
-