- 16 Apr, 2015 11 commits
-
-
Rory Finnegan committed
-
Rory Finnegan committed
-
Remove check of hardcoded AWS region list.
Toshio Kuratomi committed -
Add CoreOS facts detection, fix https://github.com/ansible/ansible-modul...
Toshio Kuratomi committed -
made certain flags part of base to make them universally settable
Brian Coca committed -
Fixed a few typos in the become documentation
Brian Coca committed -
Mark Phillips committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
- 15 Apr, 2015 29 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Make some of the optional requirements optional for testing -- we'll skip the tests instead
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
You can extend boto to point at other regions that are defined in a private cloud by defining ``BOTO_ENDPOINTS`` or ``endpoints_path`` in the ``~/.boto`` file. Ansible was doing a premature check against a hard-coded list of regions that interrupted this possibility. This commit removes that and clarifies what the user can do if they specify a non-AWS region.
Ralph Bean committed -
Prefer dnf to yum.
Brian Coca committed -
On Fedora 22 and later, yum is deprecated and dnf is installed by default. However, the detection do not seems to take this in account, and always use yum, even when yum cli is just a wrapper to tell "use dnf", as this is the case on F22 and later ( see package dnf-yum ). As dnf is not installed by default, except on F22, this shouldn't break anything.
Michael Scherer committed -
Vagrant inventory: exit 0 on success
Brian Coca committed -
Use abc for BaseCacheModule
Toshio Kuratomi committed -
Martin Chlumsky committed
-
Toshio Kuratomi committed
-
Remove old dead code ( variable no longer exist, not used )
Toshio Kuratomi committed -
Fix errors reporting for playbook/*
Toshio Kuratomi committed -
Do add a unused named argument using a variable that was removed
Toshio Kuratomi committed -
Fix serialize function by using the right members name
Toshio Kuratomi committed -
Fix variable name
Toshio Kuratomi committed -
Brian Coca committed
-
Toshio Kuratomi committed
-
problem that the update fixes: https://github.com/ansible/ansible-modules-core/issues/1064
Toshio Kuratomi committed -
James Cammarata committed
-
James Cammarata committed
-
Michael Scherer committed
-
Found by pylint.
Michael Scherer committed -
Michael Scherer committed
-
There is no 'role' variable, and given the test and code after, that's likely a test on 'ds'
Michael Scherer committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Fix the filename in error message (pylint)
Toshio Kuratomi committed
-