infrastructure/roles/database/vardef.json

18 lines
251 B
JSON
Raw Normal View History

2024-06-01 16:41:29 +02:00
{
"git_reference": {
"nullable": true,
"type": "string",
"mandatory": false
},
"revision": {
"nullable": false,
"type": "string",
"mandatory": true
},
"backup_path": {
"nullable": true,
"type": "string",
"mandatory": false
}
}