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

15 lines
194 B
JSON

{
"listen_address": {
"mandatory": false,
"type": "string"
},
"port": {
"mandatory": false,
"type": "integer"
},
"allow_md5_auth": {
"mandatory": false,
"type": "boolean"
}
}