syslogger – Log messages in the syslog¶
New in version 2.4.
Parameters¶
Examples¶
# 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"
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Tim Rightnour (@garbled1)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.