- 02 Dec, 2012 3 commits
-
-
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 10 commits
-
-
Fixes #1699.
Daniel Hokka Zakrisson committed -
Broken by 1e0295c7. Fixes #1698.
Daniel Hokka Zakrisson 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
-
- 26 Nov, 2012 10 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Daniel Hokka Zakrisson committed
-
This allows overriding variables in name, and removes templating from parsing.
Daniel Hokka Zakrisson committed -
Fixes #1622.
Daniel Hokka Zakrisson committed -
Fixes #1677.
Daniel Hokka Zakrisson committed
-