New in version 2.4.
parameter | required | default | choices | comments |
---|---|---|---|---|
facility | no | daemon |
| Set the log facility |
log_pid | no | no |
| Log the pid in brackets |
msg | yes | This is the message to place in syslog | ||
priority | no | info |
| Set the log priority |
# Full example - name: Test syslog syslogger: msg: "Hello from ansible" priority: "err" facility: "daemon" log_pid: true # Basic usage - name: Simple Usage syslogger: msg: "I will end up as daemon.info"
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.
© 2012–2017 Michael DeHaan
© 2017 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/syslogger_module.html