515abdec64
This should cleanup our mirror update server so that we no longer have configes (cron, scripts, logrotate rules, etc) for mirroring opensuse. It won't clean up the afs volume, but we can get to that later (and it will probably require manual intervention). This cleanup is done in a way that it should be able to be applied to future cleanups too (like when centos 8 stream goes away and everything is centos stream specific). Change-Id: Ib5d15ce800ff0620187345e1cfec0b7b5d65bee5 |
||
---|---|---|
.. | ||
defaults | ||
tasks | ||
templates | ||
README.rst |
Add log rotation file
Note
This role does not manage the logrotate
package or
configuration directory, and it is assumed to be installed and
available.
This role installs a log rotation file in
/etc/logrotate.d/
for a given file.
For information on the directives see logrotate.conf(5)
.
This is not an exhaustive list of directives (contributions are
welcome).
** Role Variables **
The full path to log file on disk to rotate. May be a wild-card; e.g.
/var/log/progname/*.log
.