ansible-base/roles/postgresql-for-authelia/vardef.json

23 lines
293 B
JSON
Raw Permalink Normal View History

2024-03-19 18:45:32 +01:00
{
"host": {
"mandatory": false,
"type": "string"
},
"port": {
"mandatory": false,
"type": "integer"
},
"username": {
"mandatory": false,
"type": "string"
},
"password": {
"mandatory": true,
"type": "string"
},
"schema": {
"mandatory": false,
"type": "string"
}
}