- 24 Oct, 2013 4 commits
-
-
James Tanner committed
-
Add VPC support for EIP module
jctanner committed -
James Tanner committed
-
Revert 4833c2fd
James Tanner committed
-
- 23 Oct, 2013 2 commits
-
-
Fixes #4652
James Cammarata committed -
Fixes #4500 python bools return uppercase True and False, so allow those for BOOLEANS in module common
James Tanner committed
-
- 22 Oct, 2013 3 commits
-
-
Add enable_availability_zone parameter to ec2 module.
jctanner committed -
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 9 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
-
for a PR.
Peter Sankauskas committed -
now correctly changes script permission in all cases
Michael DeHaan committed -
James Tanner committed
-
First round of changes to the EIP module to get it to be able to work well inside a VPC, and to be able to delete EIPs as well
Peter Sankauskas committed -
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
fix change_when example for False
Michael DeHaan committed
-