is there a way to disable syslogging module invocations on the
remote hosts?
I browsed the web and the code, and all I could find was the
ability to set the (undocumented syslog_facility configuration file
option), but that would just change the facility where to log.
There's also some "no_log" argument that modules can use to
influence the behaviour of module_common.py.
But I have not found a way for me, as sysadmin, to prevent this
logging.
I’m open to patches that would understand setting the Syslog facility to “off” (see constants.py) and the appropriate corresponding change in lib/ansible/module_common.
also sprach Michael DeHaan <michael@ansibleworks.com> [2013.06.18.1838 +0200]:
I'm open to patches that would understand setting the Syslog facility to
"off" (see constants.py) and the appropriate corresponding change in
lib/ansible/module_common.