infrastructure/roles/davina_core-and-nginx/vardef.json

16 lines
179 B
JSON
Raw Normal View History

2025-09-16 20:35:46 +02:00
{
"domain": {
"mandatory": false,
"type": "string"
},
"tls_mode": {
"mandatory": false,
"type": "string",
"options": [
"disable",
"enable",
"force"
]
}
}