#!/usr/bin/env ansible-playbook --- # thot is the log server. # Servers need to send their logs to thot. # Send logs to thot - hosts: server,!thot.adm.crans.org vars: rsyslog: server: thot.adm.crans.org roles: ["rsyslog-client"]