split vars for RedHat and Debian os family

This commit is contained in:
ace
2023-04-19 00:12:30 +03:00
parent 654135fb2c
commit e119bab25c
8 changed files with 99 additions and 35 deletions

View File

@ -1,4 +1,5 @@
wal_g_version: "2.0.1-3.el{{ ansible_distribution_major_version }}"
wal_g_version: "2.0.1"
wal_g_install_repo: true
wal_g_pg: false
wal_g_restore: false
@ -17,6 +18,11 @@ wal_g_backup_retention_schedule: ""
wal_g_backup_retention_number: 7
wal_g_backup_permanent_schedule: ""
wal_g_postgresql_supported_versions:
- 13
- 14
- 15
wal_g_default_config: # more options see https://github.com/wal-g/wal-g#configuration
# AWS_ACCESS_KEY_ID: "secret-key"
# AWS_SECRET_ACCESS_KEY: "access-key"