- 03 Nov, 2012 9 commits
-
-
git://github.com/bcoca/ansibleMichael DeHaan committed
-
git://github.com/bcoca/ansibleMichael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
git://github.com/nigelm/ansible
Make things more reusable, correct some errors along the SSH key path Conflicts: library/user
Michael DeHaan committed -
if a module returns failed in the results, don't fail unless failed is n...
Michael DeHaan committed
- 02 Nov, 2012 3 commits
-
-
Seth Vidal committed
-
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
Daniel Hokka Zakrisson committed
-
- 01 Nov, 2012 11 commits
-
-
Daniel Hokka Zakrisson committed
-
Improved lookup plugins
Michael DeHaan committed -
Pretty-print "msg" when task fails
Michael DeHaan committed -
Return original string for non-matched vars
Michael DeHaan committed -
Nigel Metheringham committed
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Several modules (e.g., pip) return stdout and stderr together in a "msg" variable (and the module development docs seem to suggest that the standard practice is to return status in this variable). This change ensures that it is printed out with correct formatting (most importantly, with newlines appearing as newlines instead of \n).
Lorin Hochstein committed -
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
Use default port if ansible_ssh_port is not set for the delegated node
Michael DeHaan committed -
Also add testcase for it.
Daniel Hokka Zakrisson committed
-
- 31 Oct, 2012 17 commits
-
-
Requires that inject be passed to run
Daniel Hokka Zakrisson committed -
This allows using with_fileglob in play context, e.g. - include: $item with_fileglob: tasks/*.yml as well as prepares for other data to be passed.
Daniel Hokka Zakrisson committed -
Daniel Hokka Zakrisson committed
-
Fabian Arrotin committed
-
Fix service module for varnish initscript in EPEL
Michael DeHaan committed -
It outputs 'dead but pid file exists'.
Daniel Hokka Zakrisson committed -
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
I had made and pushed this change after you already pulled the request. @dhozac indicated that it would probably be better to use return codes > 255 for anything related to Ansible itself. Which makes sens :)
Dag Wieers committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Make sure ownership is set correctly for user's new ssh keys
Michael DeHaan committed -
- Fixed some typos for the ansible config file in the man page
Michael DeHaan committed -
Add option create= to lineinfile module
Michael DeHaan committed -
fix up remove and fix fixme checking to see if pkg was removed
Michael DeHaan committed -
Michael DeHaan committed
-