- 21 Jul, 2014 1 commit
-
-
Trond Hindenes committed
-
- 05 Jul, 2014 7 commits
-
-
nova.py: Set defaults for OpenStack settings
James Cammarata committed -
Fix missing msg argument
James Cammarata committed -
Remove validation of RDS DB instance type names because Amazon frequently adds new ones
James Cammarata committed -
ansible_ec2_instance-id key incorrect
James Cammarata committed -
Fix for #7368 breaks peering connections. Unreak them.
James Cammarata committed -
removed port from domain name qualification, fixes #7941
James Cammarata committed -
Fixes #7843
James Cammarata committed
-
- 04 Jul, 2014 3 commits
-
-
The following patch adds a missing 'msg=' syntax. An exception is raised in ansible if this block is reached during the execution of the module TypeError: fail_json() takes exactly 1 argument (2 given) With the 'msg=' added, you get a more informative error. For example msg: No settings provided to update_domain().
Tim Rupp committed -
Callback plugin cleanup
Michael DeHaan committed -
win_service module updates and tests
Michael DeHaan committed
-
- 03 Jul, 2014 4 commits
-
-
Quinn Slack committed
-
Michael DeHaan committed
-
Support a whitelisted subset of jinja2 template options
Michael DeHaan committed -
Henry Finucane committed
-
- 02 Jul, 2014 12 commits
-
-
Casey Fitzpatrick committed
-
ansible_ec2_instance-id should be ansible_ec2_instance_id fatal: [*IP*] => One or more undefined variables: 'dict object' has no attribute 'ansible_ec2_instance-id'
Brennan Ashton committed -
Paul Armstrong committed
-
Adds support for Cloudwatch detailled monitoring in ec2_lc module.
James Cammarata committed -
This reverts commit 2493020d.
James Cammarata committed -
Fixes #7712
James Cammarata committed -
Chris Church committed
-
Chris Church committed
-
nova.py: indented and sorted JSON output
James Cammarata committed -
Correct typo: 'receords' -> 'records'
James Cammarata committed -
Correct typo: 'additioanl' -> 'additional'
James Cammarata committed -
nova.py: Remove DOCUMENTATION block
James Cammarata committed
-
- 01 Jul, 2014 11 commits
-
-
Chris Church committed
-
Chris Church committed
-
Chris Church committed
-
Chris Church committed
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
- auth_system - region_name These are config settings that could be left out in many scenarios, but the current code is requiring them. With this in place, I can get by with this minimal .ini file: ```ini [openstack] version=1.1 auth_url=http://{keystone_host}:5000/v2.0 project_id=web username={username} api_key={password} ```
Marc Abramowitz committed -
Marc Abramowitz committed
-
I should read more than a sentence at a time when I'm correcting typos—sorry for the typo correction spam ;)
Adam Bowen committed -
Adam Bowen committed
-
- 30 Jun, 2014 1 commit
-
-
@mpdehaan said that nothing uses them at https://github.com/ansible/ansible/pull/7988#issuecomment-47600006
Marc Abramowitz committed
-
- 29 Jun, 2014 1 commit
-
-
libvirt_lxc: Fix exec_command prototype for the plugin
Michael DeHaan committed
-