itamae/cookbooks/nomad/attributes.rb

13 lines
365 B
Ruby

# -------------------------------------------
# Specifying the default settings:
# -------------------------------------------
node.reverse_merge!({
'nomad' => {
'manager' => false,
'client' => false,
'consul_token' => "f1d577dc-9216-d72a-cc09-1962b1009273",
'lokiendpoint' => 'loki.service.consul:3100',
'synology' => '192.168.10.200'
}
})