- 10 Aug, 2013 5 commits
-
-
Modified playbooks2.rst to include conditional boolean example.
Michael DeHaan committed -
Fix traceback when openstack do not have OS-EXT-IPS:type attached to add...
Michael DeHaan committed -
Michael DeHaan committed
-
René Moser committed
-
- 09 Aug, 2013 4 commits
-
-
failed: [127.0.0.1] => {"failed": true, "parsed": false} invalid output was: Traceback (most recent call last): File "/tmp/ansible-1376083321.99-111209413777779/nova_compute", line 1176, in <module> main() File "/tmp/ansible-1376083321.99-111209413777779/nova_compute", line 239, in main _get_server_state(module, nova) File "/tmp/ansible-1376083321.99-111209413777779/nova_compute", line 198, in _get_server_state private = [ x['addr'] for x in getattr(server, 'addresses').itervalues().next() if x['OS-EXT-IPS:type'] == 'fixed'] KeyError: 'OS-EXT-IPS:type' This extension was added less than 6 month ago, and so cannot be used on a release older than Grizzly ( like Folsom ). Commit of the extension : https://review.openstack.org/#/c/21453/ See https://wiki.openstack.org/wiki/ReleaseNotes/Grizzly#Key_New_Features_2
Michael Scherer committed -
Previous patch was reverted due to the fact that there was an issue with the results not always being a dictionary (they're sometimes a unicode string, ie. when the with_items is used with yum). This minor change corrects that by checking for a dict object.
James Cammarata committed -
lwade committed
-
This reverts commit 1a4e6e41.
James Cammarata committed
-
- 08 Aug, 2013 5 commits
-
-
docfix: grammar in docstring for sysctl module
James Cammarata committed -
that loop over a lookup plugin. Fixes #3704 and #3735
Serge van Ginderachter committed -
Andy Wilson committed
-
to ensure consistent behavior, hosts should look like this: hosts: webservers:&boston:!rack42 So when applying the host selectors, run those without the "&" first, then the &s, then the !s. Closes #3500
Serge van Ginderachter committed -
Michael DeHaan committed
-
- 06 Aug, 2013 17 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
apt: Run remove commands noninteractively
Michael DeHaan committed -
Update callbacks used for async tasks
Michael DeHaan committed -
Minor doc update to s3 & ec2 modules
Michael DeHaan committed -
Add support for INI comments that begin with '#' or ';'
Michael DeHaan committed -
changed role path template to read all vars instead of just extra_vars
Michael DeHaan committed -
Proper packaging support for RHEL/CentOS 5
Michael DeHaan committed -
S3folder
Michael DeHaan committed -
Michael DeHaan committed
-
adding param to the ec2_vol module allowing custom iops setting when creating EBS volume
Michael DeHaan committed -
Correctly check for failed status from an async task. Use runner_on_async_failed callback (instead of runner_on_failed) when an async task times out. Add runner_on_async_ok callback when a task is started in fire and forget mode.
Chris Church committed -
Adds some additional docs about the module parameters for s3 and ec2 modules.
Lorin Hochstein committed -
Ini file format does not have a standard but ';' is used more often than '#' for comments
rishid committed -
Michael DeHaan committed
-
Update supervisorctl
Michael DeHaan committed -
Fixed the example.
didiercrunch committed
-
- 05 Aug, 2013 3 commits
-
-
I'm seeing ansible hang when trying to remove a package, and the hung process is `whiptail` like in #2763. It looks like we only use `APT_ENVVARS` and `DPKG_OPTIONS` for the `apt` commands in install() and upgrade(). This change uses them in remove() as well, which fixes the hang.
Alan Grosskurth committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
- 04 Aug, 2013 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
and the _meta hash contains a "hostvars", don't call --host hostname for any elements and just serve them directly for performance enhancements with the external inventory script and a large number of hosts.
Michael DeHaan committed
-
- 03 Aug, 2013 3 commits
-
-
Add urpmi as a package manager for mandriva-based distribution
Michael DeHaan committed -
Michael Scherer committed
-
Added support of an optional init method for action modules like rsync that need to alter the connection and other inject data before it's established.
Michael DeHaan committed
-