-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.yml
39 lines (31 loc) · 1.05 KB
/
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
---
# should the server be rebooted automatically (boolean)
reboot: true
# should the server be rebooted automatically (boolean)
shutdown_vms: true
# should the enterpise repos be used? (boolean)
use_enterprise_repos: false
# download created backups? (boolean)
download_backups: true
# where to save backups?
backup_path: "/var/backups"
# proxmox pathes
proxmox_pveversion: "/usr/bin/pveversion"
proxmox_backup_manager: "/usr/sbin/proxmox-backup-manager"
proxmox_qm_manager: "/usr/sbin/qm"
proxmox_pve_min_version: "7.4-15"
proxmox_pbs_min_version: "2.4.2"
proxmox_get_vms_cmd: "qm list |grep running |awk '{print $1}'"
proxmox_shutdown_vms_opts: "--forceStop 1"
proxmox_pve_enterprise_list: "/etc/apt/sources.list.d/pve-enterprise.list"
proxmox_pbs_enterprise_list: "/etc/apt/sources.list.d/pbs-enterprise.list"
# proxmox services
proxmox_backup_services:
- proxmox-backup-proxy.service
- proxmox-backup.service
# define proxmox newest version
proxmox_newest_deb_relase: "bookworm"
# identify roles
# do not change this!
is_pve_role: false
is_pbs_role: false