Change the default config to install `nomad` only.

This commit is contained in:
Kazuhiro MUSASHI 2021-05-08 16:43:23 +09:00
parent d5060f84f4
commit bd4f65dcf5
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,6 @@
node.reverse_merge!({ node.reverse_merge!({
'nomad' => { 'nomad' => {
'manager' => false, 'manager' => false,
'client' => true 'client' => false
} }
}) })

View File

@ -7,3 +7,4 @@ include_recipe '../cookbooks/fzf/default.rb'
include_recipe '../cookbooks/promtail/default.rb' include_recipe '../cookbooks/promtail/default.rb'
include_recipe '../cookbooks/vector/default.rb' include_recipe '../cookbooks/vector/default.rb'
include_recipe '../cookbooks/prometheus-exporters/default.rb' include_recipe '../cookbooks/prometheus-exporters/default.rb'
include_recipe '../cookbooks/nomad/default.rb'