- 01 Nov, 2012 4 commits
-
-
Stavros Korokithakis committed
-
Stavros Korokithakis 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 10 commits
-
-
Fix service module for varnish initscript in EPEL
Michael DeHaan committed -
It outputs 'dead but pid file exists'.
Daniel Hokka Zakrisson 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 14 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 -
Daniel Hokka Zakrisson committed
-
Use return codes > 255 for Ansible-specific errors.
Michael DeHaan committed -
More useful error message for if not HAVE_SELINUX
Michael DeHaan 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 -
Seth Vidal committed
-
- 29 Oct, 2012 10 commits
-
-
add check that vars plugins are not handing back None
Michael DeHaan committed -
Missing errors-import causes traceback
Michael DeHaan committed -
and the next one gets ignored despite being installed. also clean up unnecessary second check.
Seth Vidal committed -
Seth Vidal committed
-
Maxim Burgerhout committed
-
Dag Wieers committed
-
Jeroen Hoekx committed
-
Send a host to runner executor instead of a letter.
Michael DeHaan committed -
Jeroen Hoekx committed
-
Discovered in #1463 .
Jeroen Hoekx committed
-
- 28 Oct, 2012 2 commits
-
-
Daniel Hokka Zakrisson committed
-
Don't add file module arguments by default
Michael DeHaan committed
-