June 2018
Beginner
578 pages
13h 39m
English
If you ship the log files from your hosts, then you may want to send the results of the playbook run to your hosts syslog so that it is shipped to your central logging service:
- name: Send a message to the hosts syslog syslogger: msg: "The task has completed and all is well" priority: "info" facility: "daemon" log_pid: "true"
Read now
Unlock full access