itamae/cookbooks/nomad/files
Kazuhiro MUSASHI 5e176ff230 Modify `/etc/nomad.d/client.hcl`:
```
--- a/cookbooks/nomad/files/etc/nomad.d/client.hcl
+++ b/cookbooks/nomad/files/etc/nomad.d/client.hcl
@@ -1,13 +1,3 @@
-# /etc/nomad.d/server.hcl
-
 client {
-  enabled          = true
-}
-
-plugin "docker" {
-  config {
-    volumes {
-      enabled = true
-    }
-  }
+  enabled        = true
 }
```
2022-01-14 23:52:58 +09:00
..
etc Modify `/etc/nomad.d/client.hcl`: 2022-01-14 23:52:58 +09:00
lib/systemd/system Add `systemd` config for `Promtail` monitoring `nomad`. 2022-01-10 15:29:00 +09:00
opt/cni/bin Deploy `csi` settings. 2022-01-14 23:52:58 +09:00