- 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
-