mirror of
https://gitea.0xace.cc/ansible-galaxy/wal-g.git
synced 2024-11-24 23:36:40 +00:00
14 lines
555 B
YAML
14 lines
555 B
YAML
wal_g_apt_repository:
|
|
- repo: deb [trusted=yes] https://mirror.0xace.cc/debian/custom/ default all
|
|
filename: mirror.0xace.cc
|
|
|
|
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"
|
|
|
|
wal_g_postgresql_package_name_regex: 'postgresql-.[{{ wal_g_postgresql_supported_versions | join(",") }}]'
|
|
|
|
wal_g_package_name: "wal-g"
|
|
wal_g_package: "{{ wal_g_package_name }}={{ wal_g_version }}-{{ wal_g_version_build }}"
|
|
wal_g_version_build: "4"
|