mirror of
https://gitea.0xace.cc/ansible-galaxy/wal-g.git
synced 2024-11-25 07:57:25 +00:00
15 lines
519 B
YAML
15 lines
519 B
YAML
wal_g_rpm_repository:
|
|
- name: "mirror.0xace.cc"
|
|
file: "mirror.0xace.cc"
|
|
description: "0xace.cc repository"
|
|
baseurl: "https://mirror.0xace.cc/rhel/$releasever/custom/"
|
|
gpgcheck: no
|
|
|
|
wal_g_pg_home_dir: "/var/lib/pgsql"
|
|
wal_g_pg_data_dir: "{{ wal_g_pg_home_dir }}/{{ wal_g_pg_major_version }}/data"
|
|
|
|
wal_g_postgresql_package_name_regex: 'postgresql.[{{ wal_g_postgresql_supported_versions | join(",") }}]-server'
|
|
|
|
wal_g_package_name: "wal-g"
|
|
wal_g_package: "{{ wal_g_package_name }}-{{ wal_g_version }}"
|