-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathmain.yml
39 lines (33 loc) · 938 Bytes
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
# pgBackRest RPM package info
pgbackrest_package_name: "pgbackrest"
# replication user setup in postgresql.conf
pg_replication_user: "repuser"
# spool directory - only used with archive-async
pgbackrest_spool_directory: "/var/spool/pgbackrest"
# number of parallel processes to be used during backup and recovery
# recommended to not use more than 25% of available CPU for the backup command
# only set if archive method is async.
process_max_backup: 3
process_max_recovery: 3
etc_hosts_lists: []
use_hostname: true
update_etc_file: true
use_patroni: false
# setting validate_only to true allows you to validate setup on an existing node
# use_validation flag applies to deployment configuration and validation after setup
validate_only: false
use_validation: true
remove_only: false
supported_os:
- CentOS7
- CentOS8
- RHEL7
- RHEL8
- RHEL9
- Rocky8
- Rocky9
- AlmaLinux8
- Debian10
- Ubuntu20
- Ubuntu22