You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Note: repmgr_password and wire_pass are NOT defined here
229
+
# They are dynamically set by postgresql-secrets.yml playbook
230
+
# Passwords are fetched from K8s secrets or auto-generated during deployment
231
+
```
232
+
233
+
**Network-specific variables** (like `postgresql_network_interface`) should be set in your inventory file's `[postgresql:vars]` section if they differ from defaults.
234
+
207
235
### Node Groups Explained
208
236
209
237
| Group | Purpose | Nodes | Role |
@@ -214,13 +242,19 @@ postgresql3
214
242
215
243
### Configuration Variables
216
244
217
-
| Variable | Default | Description | Required |
218
-
|----------|---------|-------------|----------|
219
-
|`postgresql_network_interface`|`enp1s0`| Network interface for cluster communication | No |
220
-
|`postgresql_version`|`17`| PostgreSQL major version | No |
221
-
|`wire_dbname`|`wire-server`| Database name for Wire application | Yes |
222
-
|`wire_user`|`wire-server`| Database user for Wire application | Yes |
223
-
|`wire_pass`| auto-generated | Password (displayed as output of the ansible task) | No |
245
+
All configuration variables are defined in `group_vars/postgresql/postgresql.yml`:
0 commit comments