itamae/cookbooks/nomad
Kazuhiro MUSASHI 9e6b05fbab Specify `Loki` endpoint.
```
--- a/cookbooks/nomad/attributes.rb
+++ b/cookbooks/nomad/attributes.rb
@@ -4,6 +4,7 @@
 node.reverse_merge!({
   'nomad' => {
     'manager' => false,
-    'client' => false
+    'client' => false,
+    'lokiendpoint' => 'loki.service.consul:3100'
   }
 })
```
2022-01-10 15:29:00 +09:00
..
files Add `systemd` config for `Promtail` monitoring `nomad`. 2022-01-10 15:29:00 +09:00
templates/etc Add `Promtail` setting for `nomad`. 2022-01-10 15:29:00 +09:00
attributes.rb Specify `Loki` endpoint. 2022-01-10 15:29:00 +09:00
default.rb Install `nomad` even if the node is not `nomad` server/client. 2021-06-19 19:55:17 +09:00
install.rb Deploy `nomad`. 2021-05-02 19:08:17 +09:00
setup.rb Add `systemd` config for `Promtail` monitoring `nomad`. 2022-01-10 15:29:00 +09:00
shared_dir.rb Deploy `nomad`. 2021-05-02 19:08:17 +09:00