itamae/cookbooks/nomad
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
..
files Modify /etc/nomad.d/client.hcl: 2022-01-14 23:52:58 +09:00
templates/etc Add Promtail setting for nomad. 2022-01-10 15:29:00 +09:00
attributes.rb Deploy csi settings. 2022-01-14 23:52:58 +09:00
csi.rb Deploy csi settings. 2022-01-14 23:52:58 +09:00
default.rb Deploy csi settings. 2022-01-14 23:52:58 +09:00
install.rb Deploy nomad. 2021-05-02 19:08:17 +09:00
setup.rb Add logrotated config for nomad log files. 2022-01-10 15:29:00 +09:00
shared_dir.rb Deploy nomad. 2021-05-02 19:08:17 +09:00