mirror of
https://gitea.0xace.cc/ansible-galaxy/wal-g.git
synced 2025-07-03 18:33:09 +00:00
additional restore config support
This commit is contained in:
3
vars/Debian.yaml
Normal file
3
vars/Debian.yaml
Normal 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
3
vars/RedHat.yaml
Normal 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
0
vars/main.yaml
Normal file
Reference in New Issue
Block a user