{{ cron_logrotate_rotation_interval }} rotate {{ cron_logrotate_rotation_count }} copytruncate compress delaycompress notifempty missingok minsize 30M maxsize 100M su root kolla {% for service in cron_logrotate_enabled_services %} {% include "cron-logrotate-" ~ service ~ ".conf.j2" %} {% endfor %}