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

20 lines
264 B
JSON
Raw Normal View History

{
"directory": {
"type": "string",
"mandatory": false
},
"domain": {
"type": "string",
"mandatory": false
},
"tls_mode": {
"type": "string",
"options": [
"disable",
"enable",
"force"
],
"mandatory": false
}
}