- 23 Nov, 2012 5 commits
-
-
module_formatter: re-instate code
Michael DeHaan committed -
Michael DeHaan committed
-
Implemented more virtualization types
Michael DeHaan committed -
DOCUMENTATION: yum (moved version to added)
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
- 22 Nov, 2012 10 commits
-
-
Otherwise, a host in two groups, A and B, using a variable defined in group A and all will get the value of all, as B's variables will include the all variable. Partially fixes #1647.
Daniel Hokka Zakrisson committed -
global_vars has higher precedence than inventory. Putting the all group's variables into it overrides all other groups and hosts. Partially fixes #1647.
Daniel Hokka Zakrisson committed -
Fixes all not being processed, as well as the order of the variable precedence
Daniel Hokka Zakrisson committed -
Daniel Hokka Zakrisson committed
-
Fixes #1567.
Daniel Hokka Zakrisson committed -
Daniel Hokka Zakrisson committed
-
Jan-Piet Mens committed
-
Jan-Piet Mens committed
-
I added all known virtualization types from the virt-what project. However, the few virt types that rely on cpuid information have not been implemented lacking native python cpuid access. (hyperv)
Dag Wieers committed -
DOCUMENTATION strings
Michael DeHaan committed
-
- 21 Nov, 2012 9 commits
-
-
Broken by the move from utils.py to utils/__init__.py
Daniel Hokka Zakrisson committed -
Allows using -e ansible_ssh_port=foo and have it apply to all actions.
Daniel Hokka Zakrisson committed -
Jan-Piet Mens committed
-
Daniel Hokka Zakrisson committed
-
Make the default an empty string
Michael DeHaan committed -
Seems a bit strange I have to set a default in two locations.
Dag Wieers committed -
Use runner's basedir as cwd for -c local
Michael DeHaan committed -
Provide a proper error when the remote_port is not an integer
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
- 20 Nov, 2012 6 commits
-
-
Allow the remote port to be templated per play
Daniel Hokka Zakrisson committed -
As reported on the mailinglist, the user received a ValueError when the port number was not templated (fixed in #1649) and therefore it was not an integer. This change will catch the exception and provide a proper error so it is more clear.
Dag Wieers committed -
This was requested on the mailinglist and seems useful.
Dag Wieers committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
- 19 Nov, 2012 8 commits
-
-
Daniel Hokka Zakrisson committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 18 Nov, 2012 2 commits
-
-
Use plugin system for modules
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-