- 18 Aug, 2012 3 commits
-
-
Fixes for postgresql_user to make it work with postgresql defaults and under Python 2.4
Michael DeHaan committed -
Syntax changes necessary to make test-module work with Python 2.4
Michael DeHaan committed -
Return both stdout and stderr on pip failures.
Michael DeHaan committed
-
- 17 Aug, 2012 11 commits
-
-
Pepe Barbe committed
-
Pepe Barbe committed
-
pip failure message sometimes (always?) go to standard out. Return both standard out and standard error when there's a failure.
Lorin Hochstein committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
to parse or return other valid output. This is a slight improvement.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
If ANSIBLE_KEEP_REMOTE_FILES=1 is set as an environment file, remote files will not be deleted, which is useful only for development debugging purposes.
Michael DeHaan committed -
Fully document the -v option.
Michael DeHaan committed
-
- 15 Aug, 2012 8 commits
-
-
Feature/882 interfaces
Michael DeHaan committed -
If there is an error in how interfaces are configured (or only one set, like IPv6), the setup command should not error out.
Sundar Raman committed -
being run against for each playbook
Seth Vidal committed -
Tim Bielawa committed
-
Make easy_install module actually work.
Michael DeHaan committed -
mpdehaan requested in ansible/ansible#795 that globals be removed. The response was to remove the lines with the word 'global', but not the actual use of global variables. Which makes the module break silently. Updated to use local variables.
Jeremy Penner committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
- 14 Aug, 2012 18 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
setup: add type and default_ipv{4,6} to linux network facts
Michael DeHaan committed -
Add some docs/examples
Michael DeHaan committed -
Changes to postgresql to support defaults settings and older psycopg2
Michael DeHaan committed -
Pepe Barbe committed
-
When initalizing a connection to psycopg2, in order to use the default values, the keywords must be missing. So we use a dictionary as a kwarg and include only the keywords that do not have an empty value on the module parameters.
Pepe Barbe committed -
include local_nvra change the remove behavior to pretty much NEVEr error out if the pkg is not there (or anywhere)
Seth Vidal committed -
it is possible those folks w/o yum-utils installed but with rhn-plugin installed but w/o any rhn-certificates will still see an error msg. they have 3 options: 1. remove rhn-plugin 2. enable some channels w/rhn certs 3. install yum-utils
Seth Vidal committed -
Seth Vidal committed
-
Add a basic ansible-pull man page. Add the example playbooks/scripts to the RPM package. Closes #841
Tim Bielawa committed -
Fix spelling of architecture for non-x86
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Always load group_vars and host_vars.
Michael DeHaan committed -
Further fixes for constants following config introduction
Michael DeHaan committed
-