- 04 Aug, 2014 12 commits
-
-
Fixes #8169
James Cammarata committed -
Include unicode and var_precedence tests in 'all' target
James Laska committed -
The ansible PyPi package, and RPM both require crypto>=2.6. This change carries that dependency into the ansible DEB package. Note, for ubuntu-12.04, this dependency is only satisfied by a PPA. Users installing from 'ppa:ansible/ansible' will not be affected..
James Laska committed -
Revert "Use atomic move function on known host file in paramiko to prevent rare occurance of Control-C" This reverts commit 642b183f.
Michael DeHaan committed -
Fixes #8394
James Cammarata committed -
This reverts commit cbdc9f11. Code needs to make allowances for particular python versions and try/except around this block.
Michael DeHaan committed -
Fixes #8425
James Cammarata committed -
during file operations.
Michael DeHaan committed -
Michael DeHaan committed
-
James Laska committed
-
Michael DeHaan committed
-
- 02 Aug, 2014 4 commits
-
-
Update version.
Michael DeHaan committed -
"allow_no_value=True" for ini_file module
Michael DeHaan committed -
Adding test Coverage for mysql_variable module
Michael DeHaan committed -
Add support for environment variables in GCE module.
Michael DeHaan committed
-
- 01 Aug, 2014 7 commits
-
-
Bill Nottingham committed
-
Michael DeHaan committed
-
Nico Cesar committed
-
Luke Sneeringer committed
-
Use mysql_variable to query, set and update variables. Assert using user and password to query, set and update variables. Assert using single quotes, double quotes and no quotes when using variables
Wayne Rosario committed -
Michael DeHaan committed
-
filter_leading_non_json_lines effectively does re.match(".*\w+=\w+.*", line) for every line of output. This has abysmal performance in case of large Base64-encoded data (which ultimately does not match the regex but does match the .*\w+= part) as returned e.g. by the template module (diffs). Replacing the match with re.search("\w=\w", line) drops the complexity back to linear, and actually usable with large diffs from the template module (a 150 KB Base64 diff kept Ansible spinning at 100% cpu for minutes). Also, check the easy cases (line.startswith) first while we're here. Closes: #8932
Grzegorz Nosek committed
-
- 31 Jul, 2014 14 commits
-
-
ec2 module: document valid states
Michael DeHaan committed -
Lorin Hochstein committed
-
Make ec2_group module not just fail
James Cammarata committed -
Fixes #7832
James Cammarata committed -
James Cammarata committed
-
-
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 3 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
-