- 19 Oct, 2013 10 commits
-
-
setup module, replace ':' by '_' in interface name, fix #4586
Michael DeHaan committed -
check for ubuntu distribution first
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Jimmy Tang committed
-
Fixed typo in docsite/rst/playbooks_tags.rst
Michael DeHaan committed -
awiddersheim committed
-
fix logic in module host to add aliases even if none exist already, fix #4563
Michael DeHaan committed -
fix distribution detection in apt_repository module, so it also work on mint as it work on Debian, partially fix #4587
Michael DeHaan committed
-
- 18 Oct, 2013 10 commits
-
-
self._has_aliases is used to know if a alias already exist, but the test we want is to know if we need to add a new alias, which is stored in self.aliases
Michael Scherer committed -
on Mint as it work on Debian, fix #4587. PPAs are not supported however, since that's a Ubuntu specific feature and mint is detected as a generic distribution and use a different codename than the Ubuntu release it is based on, which mean that apt_repository cannot add detect and add the proper url without a better heuristic.
Michael Scherer committed -
Michael Scherer committed
-
now correctly changes script permission in all cases
Michael DeHaan committed -
James Tanner committed
-
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
fix change_when example for False
Michael DeHaan committed -
Adam Miller committed
-
James Tanner committed
-
Adding aws_access_key and aws_secret_key aliases to ec2_group arguments
jctanner committed
-
- 17 Oct, 2013 20 commits
-
-
add_group module: strip trailing/leading whitespace from comma-separated group names
Michael DeHaan committed -
Tim Gerla committed
-
James Tanner committed
-
Brian Schott committed
-
git: Always return the before/after revisions, even in check mode.
jctanner committed -
Improve change detection in mysql_variables
Michael DeHaan committed -
James Tanner committed
-
mysql_variables bindly executes a SET var = value query even when the variable already has the requested value. With this patch the query is executed only if the current value is different to the requested one.
Maykel Moya committed -
Various standardization to the proposed gce_storage module to bring things in line with updates to the S3 module. Some typo fixes. Further testing required.
Michael DeHaan committed -
support for google cloud storage module
Michael DeHaan committed -
adding Google Compute Engine modules and inventory plugin
Michael DeHaan committed -
Fix typo
Michael DeHaan committed -
Greg Karékinian committed
-
Do key validation only when key is provided
Michael DeHaan committed -
key_id is optional, the previous code didn't handle the case of key_id not specified
Maykel Moya committed -
Make errors which get thrown during template rendering more user-friendly
jctanner committed -
Remove keys regardless of the options
jctanner committed -
ignore src when file module state=absent
jctanner committed -
Properly handle DEFAULT section with ConfigParser in ini_file modules
jctanner committed -
James Tanner committed
-