Knowledge base of ~80+ markdown files across 14 domains (00-13), Logseq graph, hardware design files (KiCAD), infrastructure configs, and talas-wiki static site. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7 lines
440 B
Text
7 lines
440 B
Text
# {{ ansible_managed }}
|
|
standby_mode = 'on'
|
|
primary_conninfo = 'host={{ postgres_primary_conninfo_host }} port={{ postgres_primary_conninfo_port }} user={{ postgres_primary_conninfo_user }} password={{ postgres_primary_conninfo_password }} sslmode={{ postgres_primary_conninfo_sslmode }}'
|
|
primary_slot_name = '{{ postgres_primary_slot_name }}'
|
|
{% if pg_restore_command is defined %}
|
|
restore_command = '{{ pg_restore_command }}'
|
|
{% endif %}
|