yohobuy-wap-logrotate.yml
473 Bytes
- hosts: yohobuy-wap
vars:
logrotate_scripts:
- name: yohobuy-wap
paths:
- "/Data/logs/nginx/yohobuywap-node/*.log"
- "/Data/logs/yohobuywap-node/error/error.log"
- "/Data/logs/yohobuywap-node/info/info.log"
options:
- daily
- size 50M
- rotate 7
- missingok
- notifempty
- compress
- copytruncate
remote_user: root
roles:
- logrotate