additional restore config support

This commit is contained in:
ace
2023-02-20 12:44:18 +03:00
parent 922582e57e
commit ada55a27d0
9 changed files with 55 additions and 10 deletions

3
vars/Debian.yaml Normal file
View File

@ -0,0 +1,3 @@
wal_g_pg_home_dir: "/var/lib/postgresql"
wal_g_pg_data_dir: "{{ wal_g_pg_home_dir }}/{{ wal_g_pg_major_version }}/{{ wal_g_pg_cluster_name }}"
wal_g_pg_cluster_name: "main"

3
vars/RedHat.yaml Normal file
View File

@ -0,0 +1,3 @@
wal_g_pg_home_dir: "/var/lib/pgsql"
wal_g_pg_data_dir: "{{ wal_g_pg_home_dir }}/{{ postgresql_major_version }}/data"

0
vars/main.yaml Normal file
View File