ansible-base/ansible/roles/postgresql/defaults/main.json

6 lines
83 B
JSON
Raw Normal View History

2023-11-20 02:07:08 +01:00
{
"var_postgresql_listen_address": "localhost",
"var_postgresql_port": "5432"
}