- 22 Oct, 2013 2 commits
-
-
New bigip_pool_member module
jctanner committed -
James Tanner committed
-
- 21 Oct, 2013 1 commit
-
-
James Tanner committed
-
- 20 Oct, 2013 1 commit
-
-
update bug reporting suggestions a bit
Michael DeHaan committed
-
- 19 Oct, 2013 20 commits
-
-
Provide warning about "with_items: '{{ loop }}'" being redundant only when {{ starts the expression value. Fixes #4582.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
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 6 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
-