- 03 Dec, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 02 Dec, 2012 10 commits
-
-
Template override
Michael DeHaan committed -
Further tweak how to find pip in virtualenv on centos/redhat/fedora
Stephen Fromm committed -
In a virtualenv, pip is called just pip. This fixes the pip module to search for the virtualenv pip first before trying the pip-python and python-pip variants. Without this, pip module would not install to the virtualenv when that parameter is provided.
Stephen Fromm committed -
Make use of mirrors in pip module configurable with use_mirrors option
Stephen Fromm committed -
Older versions of pip (anything less than 1.0?) do not support --use-mirrors flag. This makes it configurable. Default is yes.
Stephen Fromm committed -
Daniel Hokka Zakrisson committed
-
Implements multiple interpreter overrides
Daniel Hokka Zakrisson committed -
Allow inventory scripts to define groups of groups and group vars
Daniel Hokka Zakrisson committed -
Fix pip module to check if requirements already installed
Stephen Fromm committed -
This updates _is_package_installed() to accept a requirements file as an argument. This is used later in main() to check if python libs specified in a requirements file are already installed. I updated main() to consolidate the handling of install/uninstall in a single block. This should help if someone wants to remove packages specified by a requirements file.
Stephen Fromm committed
-
- 01 Dec, 2012 6 commits
-
-
Updated ansible version to align with RPM package
Michael DeHaan committed -
Dag Wieers committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
check path is directory added manpage & setup small cleanup shut up module_formatter in utils to avoid trace print on crud files in library
Jan-Piet Mens committed
-
- 28 Nov, 2012 11 commits
-
-
Daniel Hokka Zakrisson committed
-
Fixes the case where a handler attempts to run for every batch after any batch has notified it, regardless of whether the current batch did.
Daniel Hokka Zakrisson committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
This ensures we don't litter remote systems with temporary directories that don't get cleaned up, as well as speeds things up from not having to touch every node.
Daniel Hokka Zakrisson committed -
Daniel Hokka Zakrisson committed
-
Skip already failed hosts for serial
Michael DeHaan committed -
Fix subversion module's documentation
Michael DeHaan committed -
Igor Galić committed
-
Let our users determine what they want to do with a given module. Particularily when the mdoule doesn't pose any such restrictions.
Igor Galić committed -
Daniel Hokka Zakrisson committed
-
- 27 Nov, 2012 12 commits
-
-
Fixes #1699.
Daniel Hokka Zakrisson committed -
Broken by 1e0295c7. Fixes #1698.
Daniel Hokka Zakrisson committed -
just for python anymore Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
dpkg -l does not install package, use dpkg -i <package-file> instead
Daniel Hokka Zakrisson committed -
Philipp Grau committed
-
This reduces the amount of times an inventory script has to be invoked.
Daniel Hokka Zakrisson committed -
Daniel Hokka Zakrisson committed
-
ini_file: prohibit section name 'default'
Michael DeHaan committed -
Set LANG in module_common.py
Michael DeHaan committed -
allow update of default section add blurb re template to create base file
Jan-Piet Mens committed -
Add constant DEFAULT_MODULE_LANG that defaults to C. Can be set via environment variable ANSIBLE_MODULE_LANG or configuration variable module_lang. Updated test-module to have same behavior.
Stephen Fromm committed
-