itamae/nodes/example.json

12 lines
166 B
JSON
Raw Normal View History

2022-07-03 12:44:56 +00:00
{
"recipes": [
2023-02-16 11:53:43 +00:00
"./roles/base.rb",
"./cookbooks/nginx/default.rb"
],
"nginx": {
"skip_lego": false,
"skip_webadm": false
},
"is_ec2": true
2022-07-03 12:44:56 +00:00
}