- 03 Nov, 2012 6 commits
-
-
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 1 commit
-
-
Seth Vidal committed
-
- 01 Nov, 2012 9 commits
-
-
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 -
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 15 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
-
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 -
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
-
- 30 Oct, 2012 9 commits
-
-
Add a group_by action plugin.
Michael DeHaan committed -
Serge van Ginderachter committed
-
Fix typo
Dag Wieers committed -
Serge van Ginderachter committed
-
We use the lineinfile module to modify configuration files of a proprietary application. This application reads configuration options from files, but does not require those files to exist (if the default options are fine). However this application may modify the configuration file at will, so we cannot copy or template those files. And after a silent install the configuration may not exist (depending on the response file). Whatever the case, during deployment we need to make sure some configuration options are set after the installation. So the cleanest way to handle this situation is to allow the lineinfile module to create the file if it is missing (and this is the expected behavior). When I proposed this behavior, @sergevanginderachter needed the same functionality and was now working around it as well.
Dag Wieers committed -
Stephen Fromm committed
-
- added the ANSIBLE_CONFIG environment variable
Fabian Arrotin committed
-