- 05 Dec, 2013 6 commits
-
-
Jinn Koriech committed
-
Jinn Koriech committed
-
Jinn Koriech 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 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 1 commit
-
-
Fix for documentation playbook loops
Michael DeHaan committed
-