mirror of
https://gitea.0xace.cc/ansible-galaxy/wal-g.git
synced 2025-07-03 18:33:09 +00:00
split vars for RedHat and Debian os family
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user