itamae/cookbooks/nginx/attributes.rb

12 lines
282 B
Ruby

# -------------------------------------------
# Specifying the default settings:
# -------------------------------------------
node.reverse_merge!({
'nginx' => {
'version' => '1.26.0',
'skip_lego' => true,
'skip_webadm' => false,
'skip_deploy_conf' => true
}
})