New in version 2.4.
Parameter |
Choices/Defaults |
Comments |
---|---|---|
facility
|
|
Set the log facility
|
log_pid
|
|
Log the pid in brackets
|
msg
required |
|
This is the message to place in syslog
|
priority
|
|
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.
Hint
If you notice any issues in this documentation you can edit this document to improve it.