#!/usr/bin/env ansible-playbook --- # Put a common configuration on all servers - hosts: all,!unifi roles: - baseconfig - basesecurity - update_motd - ldap_client # Install logrotate on all servers except PVE - hosts: all,!unifi,!pve roles: - logrotate