itamae/cookbooks/nomad/attributes.rb

12 lines
303 B
Ruby

# -------------------------------------------
# Specifying the default settings:
# -------------------------------------------
node.reverse_merge!({
'nomad' => {
'manager' => false,
'client' => false,
'lokiendpoint' => 'loki.service.consul:3100',
'synology' => '192.168.10.200'
}
})