ansible/logrotate.yml

8 lines
148 B
YAML
Raw Normal View History

#!/usr/bin/env ansible-playbook
---
# Playbook to run ONLY the logrotate role
# Install logrotate
- hosts: all,!unifi,!pve
roles:
- logrotate