- 21 Nov, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 19 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 08 Nov, 2012 1 commit
-
-
The option will be passed to the Popen object created and will be used to execute the command instead of the default shell.
Felix Ingram committed
-
- 31 Oct, 2012 1 commit
-
-
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
-
- 30 Oct, 2012 1 commit
-
-
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
-
- 26 Oct, 2012 1 commit
-
-
If this is not a certainty, playbooks will fail without an 'rc' and checking both if there is an rc, and whether the 'rc' is (not) 0 is very complicated. (especially because ${something.rc} will not be substituted and all that)
Dag Wieers committed
-
- 25 Oct, 2012 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 23 Oct, 2012 1 commit
-
-
- added terse syntax to modules.rst - added description of special variables to template module
Jan-Piet Mens committed
-
- 03 Oct, 2012 2 commits
-
-
Michael DeHaan committed
-
Call os.path.expanduser in the creates= and removes= section of the command module so ~/ and the like works.
Michael DeHaan committed
-
- 01 Oct, 2012 2 commits
-
-
pipes.quote is a bit overzealous for what we want to do, quoting ; and other characters that you most likely want to use in your shell invocations. The regexp is the best I could come up with to be able to only replace the parts of the arguments that shouldn't be executed.
Daniel Hokka Zakrisson committed -
Jan-Piet Mens committed
-
- 29 Sep, 2012 1 commit
-
-
Fixes issue #1134
Daniel Hokka Zakrisson committed
-
- 28 Sep, 2012 1 commit
-
-
plus a small fix in rst.j2 template manpages generated & checked modules.html generated & checked
Jan-Piet Mens committed
-
- 05 Sep, 2012 1 commit
-
-
Execute action only if specified file using param removes exist (execute reverse control of creates). Some usage eg.: ```yaml - name: enable apache2 default websites action: command /usr/sbin/a2ensite $item creates=/etc/apache2/sites-enabled/$item with_items: - default - default-ssl - name: disable apache2 default websites action: command /usr/sbin/a2dissite $item removes=/etc/apache2/sites-enabled/$item with_items: - default - default-ssl ```
Marco Vito Moscaritolo committed
-
- 04 Sep, 2012 1 commit
-
-
This allows the use of ~ in the chdir argument of the command module I know the later change is absolutely necessary as the first change was not sufficient. It may be that the first change fixes shell and the second fixes command.
willthames committed
-
- 17 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 14 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 11 Aug, 2012 2 commits
-
-
Michael DeHaan committed
-
Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library directory.
Michael DeHaan committed
-
- 03 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 01 Aug, 2012 1 commit
-
-
Teach the common module code to warn users about typo'd arguments and also set everything to None automatically such that code doesn't have to do a lot of params.get('foo', None) everywhere.
Michael DeHaan committed
-
- 30 Jul, 2012 1 commit
-
-
the 'chdir' argument changes the current working directory to the fullpath supplied as its value, before the execution of the command.
Petros Moisiadis committed
-
- 24 Jul, 2012 1 commit
-
-
Port command module over to new common code. Notice that this has to subclass AnsibleModule -- this should be the only one that has to do that.
Michael DeHaan committed
-
- 09 May, 2012 1 commit
-
-
The ohai and facter modules use /usr/bin/logger to log the fact that they have been invoked. I added 'import os' to the ping module so that it could have the same syslog statements as the other modules. I separated the condensed: shlex.split(open(argfile, 'r').read()) into two separate statements similar to the other modules.
Stephen Fromm committed
-
- 06 Apr, 2012 1 commit
-
-
already exists
Michael DeHaan committed
-
- 15 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 14 Mar, 2012 2 commits
-
-
Fix async to use the new argfiles method (wrapping brain around rock, really must write module development guide)
Michael DeHaan committed -
Seth Vidal committed
-
- 04 Apr, 2012 1 commit
-
-
Michael DeHaan committed
-
- 02 Mar, 2012 2 commits
-
-
may forget about -a. The CLI already warns about no host pattern by pulling up usage.
Michael DeHaan committed -
Michael DeHaan committed
-
- 28 Feb, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 29 Feb, 2012 1 commit
-
-
Michael DeHaan committed
-
- 27 Feb, 2012 1 commit
-
-
Seth Vidal committed
-
- 25 Feb, 2012 1 commit
-
-
Michael DeHaan committed
-
- 24 Feb, 2012 3 commits
-
-
Cleanup is due in runner.py
Michael DeHaan committed -
Jeremy Katz committed
-
CentOS5 has python 2.4 which doesn't have a built-in json module
Jeremy Katz committed
-