Go to file
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
cookbooks Specify `Loki` endpoint. 2022-01-10 15:29:00 +09:00
roles Change the default config to install `nomad` only. 2021-06-19 19:56:45 +09:00
tasks Use `fzf`, instead of `peco`. 2019-11-03 13:08:14 +08:00
.gitignore `nodes/`ディレクトリをgitの管理外にする 2019-08-10 19:05:13 +08:00
.rubocop-todo.yml initial commit 2019-03-03 16:50:49 +08:00
.rubocop.yml initial commit 2019-03-03 16:50:49 +08:00
.ruby-version bump ruby versions. 2020-07-19 01:20:08 +09:00
Gemfile initial commit 2019-03-03 16:50:49 +08:00
Gemfile.lock bump gems versions. 2020-07-19 01:26:35 +09:00
Rakefile initial commit 2019-03-03 16:50:49 +08:00
entrypoint.rb initial commit 2019-03-03 16:50:49 +08:00