Refactor postgres server recipes/resource

This commit is contained in:
2026-04-08 13:21:42 +04:00
parent 2cb5540a7b
commit 290af8177a
5 changed files with 44 additions and 61 deletions

View File

@@ -1,3 +1,8 @@
node.default['kosmos_postgresql']['postgresql_version'] = "14"
# This is set to false by default, and set to true in the server resource
# for replicas.
node.default['kosmos_postgresql']['ready_to_set_up_replica'] = false
# Address space from which clients are allowed to connect
node.default['kosmos_postgresql']['access_addr'] = "10.1.1.0/24"