-
Notifications
You must be signed in to change notification settings - Fork 51
/
main.yml
37 lines (34 loc) · 884 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
---
barman_package: "barman-3.3.0-1"
barman_cli_package: "barman-cli-3.3.0-1"
barman_user: "barman"
barman_group: "barman"
barman_configuration_file: "/etc/barman.conf"
barman_configuration_files_directory: "/etc/barman.d"
barman_home: "/var/lib/barman"
barman_default_home: "/var/lib/barman"
barman_lock_directory: "/var/run/barman"
barman_log_file: "/var/log/barman/barman.log"
barman_log_level: "INFO"
barman_compression: "gzip"
etc_hosts_lists: []
use_hostname: true
update_etc_file: true
# 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:
- Debian10
- CentOS7
- CentOS8
- RHEL7
- RHEL8
- RHEL9
- Rocky8
- Rocky9
- AlmaLinux8
- OracleLinux7
- Ubuntu20
- Ubuntu22