itamae/cookbooks/nomad
Kazuhiro MUSASHI 96ba6e7757 Modify # of `nomad` servers:
```
--- a/cookbooks/nomad/files/etc/nomad.d/server.hcl
+++ b/cookbooks/nomad/files/etc/nomad.d/server.hcl
@@ -1,4 +1,4 @@
 server {
   enabled          = true
-  bootstrap_expect = 1
+  bootstrap_expect = 3
 }
```
2021-11-03 12:39:44 +09:00
..
files/etc Modify # of `nomad` servers: 2021-11-03 12:39:44 +09:00
templates/etc/apt/sources.list.d Deploy `nomad`. 2021-05-02 19:08:17 +09:00
attributes.rb Change the default config to install `nomad` only. 2021-06-19 19:56:45 +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 Execute `modprobe` for the necessary kernel parameer. 2021-11-03 12:36:33 +09:00
shared_dir.rb Deploy `nomad`. 2021-05-02 19:08:17 +09:00