itamae/cookbooks/nomad/files/etc
Kazuhiro MUSASHI de06f5575c Add `logrotated` config for `nomad` log files.
```
--- /dev/null
+++ b/cookbooks/nomad/files/etc/logrotate.d/nomad
@@ -0,0 +1,13 @@
+/var/log/nomad.log
+{
+        rotate 4
+        weekly
+        missingok
+        notifempty
+        compress
+        delaycompress
+        sharedscripts
+        postrotate
+                /usr/lib/rsyslog/rsyslog-rotate
+        endscript
+}
```
2022-01-10 15:29:00 +09:00
..
logrotate.d Add `logrotated` config for `nomad` log files. 2022-01-10 15:29:00 +09:00
nomad.d Modify # of `nomad` servers: 2021-11-03 12:39:44 +09:00
rsyslog.d Add `rsyslog` config for `nomad`. 2022-01-10 15:29:00 +09:00
sysctl.d Deploy `nomad`. 2021-05-02 19:08:17 +09:00