forked from EnterpriseDB/edb-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.yml
More file actions
30 lines (25 loc) · 673 Bytes
/
main.yml
File metadata and controls
30 lines (25 loc) · 673 Bytes
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
---
# pgBackRest RPM package info
pgbackrest_package_name: "pgbackrest"
# replication user setup in postgresql.conf
replication_user: "repuser"
# spool directory - only used with archive-async
pgbackrest_spool_directory: "/var/spool/pgbackrest"
use_patroni: false
# 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
supported_os:
- CentOS7
- CentOS8
- RHEL7
- RHEL8
- Rocky8
- AlmaLinux8
- Debian10
- Ubuntu20