ansible-base/roles/postgresql-for-authelia/vardef.json
2024-03-29 17:21:05 +01:00

22 lines
293 B
JSON

{
"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"
}
}