- 31 Jul, 2014 9 commits
-
-
-
James Cammarata committed
-
https://github.com/cchurch/ansible
Merge branch 'ec2_nested_groups' of https://github.com/cchurch/ansible into cchurch-ec2_nested_groups Conflicts: plugins/inventory/ec2.py
James Cammarata committed -
Michael DeHaan committed
-
James Cammarata committed
-
Fix Docker image name parsing
James Cammarata committed -
Added script for configuring winrm for Ansible
James Cammarata committed -
vmware inventory fixes and features
James Cammarata committed
-
- 30 Jul, 2014 11 commits
-
-
Several azure fixes
James Cammarata committed -
Several azure fixes/improvements, including: * Improve failure message when python-azure is not installed * Improve required argument handling * Fixes a traceback on instance termination when the variable 'deployment' was not set. * Fixes a traceback (#8298) when creating instances using the newer SDK
James Laska committed -
return the most up-to-date info about an instance when starting/stopping it
Michael DeHaan committed -
Parameters to disable_rollback are "true" or "false"
Michael DeHaan committed -
Dave Johnson committed
-
Fixes #8352
James Cammarata committed -
Also adding an integration test for same.
James Cammarata committed -
Fixes #8357
Kurt Yoder committed -
Fixes #8343
James Cammarata committed -
otherwise the module will return the info about the instance that it got prior to the action taken So if you had a task to start an instance: ec2: instance_ids: ... state: running register: ec2_info the registered data would have empty public_dns_name, public_ip, private_dns_name, private_ip
Damjan Georgievski committed -
Add fstype arg to the mount examples
Michael DeHaan committed
-
- 29 Jul, 2014 9 commits
-
-
James Cammarata committed
-
https://github.com/wrosario/ansible…
Merge branch 'integration_mysql_user' of https://github.com/wrosario/ansible into wrosario-integration_mysql_user
James Cammarata committed -
Fixes #8338
James Cammarata committed -
file: prevent replace failure when overwriting empty directory with hard or soft link on force=yes
James Cammarata committed -
Use mysql_user module to create, delete users. Update user password and ensure new password was updated for the correct user. Assert user has access to multiple databases Assert user creation, deleting using different user privilege and ensure privilege work correctly.
Wayne Rosario committed -
James Cammarata committed
-
James Cammarata committed
-
RomanDolejsi committed
-
This reverts commit 2fda9bc7.
James Cammarata committed
-
- 28 Jul, 2014 11 commits
-
-
Fixes #8228
James Cammarata committed -
Fixes #8315
James Cammarata committed -
Breaks some test runs. This reverts commit a9eef029.
Michael DeHaan committed -
Make sure to assign pyrax.cloudservers to cs. Fixes #8250
Michael DeHaan committed -
Wrap get_distribution_version() in the hostname module
Michael DeHaan committed -
Expand variables in configuration files
Michael DeHaan committed -
Matt Martz committed
-
Michael DeHaan committed
-
We wrap get_distribution_version() with a new function, _get_distribution_version(), that returns `0` when the result is a string or `None`. This accounts for the case when get_distribution_version() returns a string, and we try to compare it to a float. We do this in the hostname module instead of the module snippets because other modules may want the real string version.module snippets because other modules may want the real string version.
Bjorn Neergaard committed -
Michael DeHaan committed
-
git://github.com/Trozz/ansibleMichael DeHaan committed
-