- 18 Aug, 2012 17 commits
-
-
Change the order the setup cache is used to update things, such that the example/playbooks/conditional_part1.yml file works as advertised
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Adds the 'serial' keyword to a playbook which controls how many hosts can be running through a playbook at a single time. The default is 0, which means all hosts. If set to 1, each host would run a playbook all the way through before moving on the next host. Fact gathering is still parallel, regardless of the serial setting.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Add pattern option to service module
Michael DeHaan committed -
Work with tun and p2p interfaces
Michael DeHaan committed -
Retrieve pip path after creating virtualenv
Michael DeHaan committed -
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 14 commits
-
-
Adds ability to check service status based on pattern. The pattern is a simple string. If a pattern is provided, the output of ps is checked first.
Stephen Fromm committed -
Daniel Hokka Zakrisson committed
-
Retrieve the pip path after creating a non-existent virtualenv. Prevents the problem of using the wrong pip if virtualenv doesn't exist yet.
Lorin Hochstein committed -
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 1 commit
-
-
Michael DeHaan committed
-