06e54c0b97
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. |
||
---|---|---|
.. | ||
templates | ||
env-setup | ||
module_formatter.py | ||
README | ||
test-module |
The 'env-setup' script modifies your environment to allow you to run ansible from a git checkout. To use it from the root of a checkout: $ . ./hacking/env-setup Note the space between the '.' and the './'