ansible-base/roles/synapse-and-nginx/vardef.json

16 lines
179 B
JSON
Raw Permalink Normal View History

2024-07-30 13:29:12 +00:00
{
"domain": {
"type": "string",
"mandatory": false
},
"tls_mode": {
"type": "string",
"options": [
"disable",
"enable",
"force"
],
"mandatory": false
}
}