Modify `nodes/example.json`
This commit is contained in:
parent
75b9a74059
commit
97710d00ee
|
@ -1,5 +1,11 @@
|
||||||
{
|
{
|
||||||
"recipes": [
|
"recipes": [
|
||||||
"./roles/base.rb"
|
"./roles/base.rb",
|
||||||
]
|
"./cookbooks/nginx/default.rb"
|
||||||
|
],
|
||||||
|
"nginx": {
|
||||||
|
"skip_lego": false,
|
||||||
|
"skip_webadm": false
|
||||||
|
},
|
||||||
|
"is_ec2": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue