I would like to set Syslog facility for log entries that Ansible write
(so I can manage destination and filters). Thought about adding an
option to config file. But library/async_wrapper and library/fireball
are uploaded to remote hosts (and so looks like don't have access to
configuration, right?). Is there any handy way to pass config data to
modules? Trying to pass syslog facility as option for this two modules
seems a bit wrong for me.
Python module files are templated prior to transfer, so this is pretty
easy to pass in by adding a new variable to each module prior to
transfer.
How about filing an idea ticket so we can see about doing this for 0.9.
--Michael