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

20 lines
236 B
JSON
Raw Permalink Normal View History

2024-10-25 00:37:18 +02:00
{
"domain": {
"mandatory": false,
"type": "string"
},
"port": {
"mandatory": false,
"type": "integer"
},
"tls_mode": {
"mandatory": false,
"type": "string",
"options": [
"disable",
"enable",
"force"
]
}
}