- 08 May, 2014 11 commits
-
-
James Cammarata committed
-
https://github.com/tyll/ansible
Merge branch 'warn_wrong_sudo_password' of https://github.com/tyll/ansible into tyll-warn_wrong_sudo_password
James Cammarata committed -
Route53 module handling of domains with "*" is broken
James Cammarata committed -
Fail if monit reload failed; don't mask the error.
James Cammarata committed -
An unofficial build is any build where OFFICIAL != yes. This patch adjusts the conditional accordingly.
James Laska committed -
James Laska committed
-
`decoded_name` was created twice, each from `rset.name` So, the second call to `.replace(r'\100', '@')` overwrites decoded_name, discarding the result of the call to `.replace(r'\052', '*')` I had a problem with wildcard domains that was fixed by this patch.
napkindrawing committed -
Since some of the vars contained in there may be used in the templating of other variables. This also reverts e83a494e which originally fixed issue #6979 but broke some other variable related things. Fixes #6979 Fixes #7321 Fixes #7332
James Cammarata committed -
This is necessary for the scenario when you push a new, broken monit config out, and then set a state=reloaded handler - the error was previously swallowed so you could end up with successful play but missing monitoring (!). Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Chris Lamb committed -
Upon a second run, the default egress rule will be removed when a vpc is specified but no other egress rules were set. This patch corrects that behavior by removing the default egress rule from the list of unmatched outbound rules. Fixes #7309
James Cammarata committed
- 07 May, 2014 13 commits
-
-
Make sure dwim'd relative path ends in a "/" if the original does
James Cammarata committed -
James Cammarata committed
-
Minor typo fix
James Cammarata committed -
Fixes #7308
James Cammarata committed -
James Cammarata committed
-
Fixes #7307
James Cammarata committed -
Remove 'python-apt' before testing the 'apt_repository' module. The 'apt_repository' module has the smarts to auto-install python-apt. The integration test will now assert the correct auto-install behavior.
James Laska committed -
Maciej Delmanowski committed
-
Fixes #7307
James Cammarata committed -
Maykel Moya committed
-
Add integration tests for group_by module. Fixed bug introduced by ansible/ansible#7273 while also fixing issue described in ansible/ansible#6953
Chris Church committed
-
- 06 May, 2014 7 commits
-
-
Fixes #7296
James Cammarata committed -
[get_url] check against lowered stripped sha256sum
James Cammarata committed -
The content of the sha256sum attribute should be lowered before comparing it with the calculated sha256sum. In the following example the used sha256sum uses ABC.. and not abc.. and the check failed. This should not happen. ``` TASK: [get_url url=http://ftp.fau.de/apache/hadoop/common/hadoop-2.4.0/hadoop-2.4.0.tar.gz dest=/home/vagrant/hadoop-2.4.0.tar.gz mode=0644 sha256sum=024326AC68A1A68B5566B10F95609EAAFD9F70CFEB37FCA0E97CBB1674E57C3A] *** failed: [instance000] => {"failed": true} msg: The SHA-256 checksum for /home/vagrant/hadoop-2.4.0.tar.gz did not match 024326AC68A1A68B5566B10F95609EAAFD9F70CFEB37FCA0E97CBB1674E57C3A; it was 024326ac68a1a68b5566b10f95609eaafd9f70cfeb37fca0e97cbb1674e57c3a. FATAL: all hosts have already failed -- aborting ```
Christian Berendt committed -
Fixes #7295
James Cammarata committed -
Fix sync_binlog name in mysql_variables example
James Cammarata committed -
https://github.com/berendt/ansible
Merge branch 'fixing_apache2_module' of https://github.com/berendt/ansible into berendt-fixing_apache2_module
James Cammarata committed -
The previous sync_binary_log is not a real MySQL variable.
Adam Chainz committed
-
- 05 May, 2014 9 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
ignore remnants from doing a setup.py install
James Cammarata committed -
Richard Maynard committed
-
* the current state of the ELB was not reflected properly when checking the status after a change was made. * invalid zones caused a traceback when enabling/disabling zones
James Cammarata committed -
Fixes #7270
James Cammarata committed
-