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

20 lines
236 B
JSON
Raw Normal View History

2024-10-13 11:44:01 +02:00
{
"port": {
"type": "integer",
"mandatory": false
},
"domain": {
"type": "string",
"mandatory": false
},
"tls_mode": {
"type": "string",
"options": [
"disable",
"enable",
"force"
],
"mandatory": false
}
}