If you want to ONLY run the logrotate role

This commit is contained in:
otthorn 2021-01-23 16:21:56 +01:00
parent 51681922aa
commit be0c2f8e4a
1 changed files with 7 additions and 0 deletions

7
logrotate.yml Executable file
View File

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