- 25 Nov, 2012 2 commits
-
-
Daniel Hokka Zakrisson committed
-
Fixes #1208.
Daniel Hokka Zakrisson committed
-
- 24 Nov, 2012 10 commits
-
-
Daniel Hokka Zakrisson committed
-
The vars stop/start were intended as strings
Daniel Hokka Zakrisson committed -
Otherwise the group is lost, and group_vars/all isn't used.
Daniel Hokka Zakrisson committed -
This is a typo that was reported on IRC, because of this people got: "NameError: global name 'stop' is not defined".
Dag Wieers committed -
Fix minor spelling mistake in docsite
Michael DeHaan committed -
Jens Rantil committed
-
Added pip-python to the search for CentOS 6 compatibility
Michael DeHaan committed -
Use proper pseudo-tty's instead of pipes when using subprocess
Michael DeHaan committed -
Ton Kersten committed
-
Ton Kersten committed
-
- 23 Nov, 2012 8 commits
-
-
This change avoids the "tcgetattr: Invalid argument" error by making sure the ssh we start does have a proper pseudo-tty. We could also check whether our current terminal is a proper terminal (by doing a tcgetattr ourselves) but I don't think this adds anything. This closes #1662 (if all use-cases have been tested: sudo, passwd)
Dag Wieers committed -
Repost: Refactor service module to use subclasses like user module.
Michael DeHaan committed -
* Basically the moving parts from the original service module arranged in subclasses. * General structure and helper methods comes from the user module. * Less forgiving to unsupported platforms: it requires a subclass per platform. (This makes it easier to work on one platform without having to think about. what other platform might be affected in unexpected ways). * Now has basic OpenBSD support. * Solaris support needs to be added. Thanks to @dhozac for general advice and Linux testing. Thanks to @bcoca for clearing up some FreeBSD questions.
Patrik Lundin committed -
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 1 commit
-
-
Allow the remote port to be templated per play
Daniel Hokka Zakrisson committed
-