- 31 Aug, 2015 1 commit
-
-
Kevin Houdebert committed
-
- 01 Aug, 2015 1 commit
-
-
In particular, fix arg parsing Fixes #11820
Toshio Kuratomi committed
-
- 22 Jul, 2015 2 commits
-
-
Abhijit Menon-Sen committed
-
test-module is useful but sometimes you want to edit the result before running it to e.g. set a debug point. Added a noexecute option (i.e. just create the module script, don't run it) and an output option to choose the filename of the result.
Will Thames committed
-
- 17 Jul, 2015 1 commit
-
-
Gerard Lynch committed
-
- 16 Jul, 2015 1 commit
-
-
Gerard Lynch committed
-
- 02 Jul, 2015 3 commits
-
-
Marc Abramowitz committed
-
Marc Abramowitz committed
-
- `jsonify` moved from `ansible.utils` to `ansible.parsing.utils.jsonify` - I don't see `ansible.utils.parse_json` anymore so I used `json.loads`.
Marc Abramowitz committed
-
- 06 May, 2015 1 commit
-
-
Default python interpreter to the same interpreter the test-module script is executed with. This is so that the interpreter doesn't have to be specified twice in the command when using non-default python (e.g. ``/path/to/python ./hacking/test-module -I python=/path/to/python ...``)
gimoh committed
-
- 04 Dec, 2014 1 commit
-
- 20 Jul, 2014 1 commit
-
-
Signed-off-by: Hector Acosta <hector.acosta@gmail.com>
Hector Acosta committed
-
- 10 Apr, 2014 1 commit
-
-
Felix Kaiser committed
-
- 07 Feb, 2014 1 commit
-
-
If the CLI value for -a starts with an @, treat it like a file, and dump the contents into complex_args This supports yaml or json.
Matt Martz committed
-
- 30 Dec, 2013 1 commit
-
-
Matt Martz committed
-
- 31 Oct, 2013 1 commit
-
-
Michael DeHaan committed
-
- 30 Oct, 2013 1 commit
-
- 26 Oct, 2013 1 commit
-
-
Enable imports to work on a snippet based system, allowing for instance a library of common EC2 functions to be reused between modules. See library/system/service and library/system/ping for initial examples. Can work the old way to just import 'basic', or can import the new way to import multiple pieces of code from module_utils/.
Michael DeHaan committed
-
- 23 May, 2013 1 commit
-
-
Nicolas Grilly committed
-
- 25 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 17 Feb, 2013 1 commit
-
-
Michael DeHaan committed
-
- 01 Feb, 2013 1 commit
-
-
Les Aker committed
-
- 27 Nov, 2012 1 commit
-
-
Add constant DEFAULT_MODULE_LANG that defaults to C. Can be set via environment variable ANSIBLE_MODULE_LANG or configuration variable module_lang. Updated test-module to have same behavior.
Stephen Fromm committed
-
- 11 Nov, 2012 1 commit
-
-
Update constants.py so that one can specify environmental variable ANSIBLE_SYSLOG_FACILITY or syslog_facility in ansible.cfg to define the syslog facility to use. Alternatively, you can specify ansible_syslog_facility in inventory. Runner now replaces the syslog facility in the openlog() call with the default or the injected variables ansible_syslog_facility. This also updates hacking/test-module to behave similarly.
Stephen Fromm committed
-
- 03 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 23 Jul, 2012 4 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Refactored hacking/test-module 1. uses optparse 2. has --debugger option tested only with pdb on Python 2.7
bradobro committed -
bradobro committed
-
- 21 Jul, 2012 1 commit
-
-
Michael DeHaan committed
-
- 18 Jul, 2012 2 commits
-
-
Michael DeHaan committed
-
Added code to allow insertion of boilerplate into modules to make them able to share lots of code, the result should be a huge reduction of total ansible source, at a slight cost of difficulty in original module development. We need to apply this now to all modules, but may need to have some exemptions to things like command, which should subclass this module.
Michael DeHaan committed
-
- 15 Jul, 2012 1 commit
-
-
Michael DeHaan committed
-
- 02 May, 2012 1 commit
-
-
Adding a missing '~' to use the user's home directory instead of the root file system for the module arguments
Peter Sankauskas committed
-
- 27 Apr, 2012 2 commits
-
-
from modules remotely when they fail to parse, and this is VERY useful data.
Michael DeHaan committed -
treated -D as a way to show stderr, and make sure modules don't include things on stderr. Update docs and test module script to come into line.
Michael DeHaan committed
-
- 21 Apr, 2012 1 commit
-
-
It works like this: {{ hostvars['127.0.0.1']['ansible_eth0']['ipv4']['address'] }}
Michael DeHaan committed
-
- 16 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 15 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-