ansible/roles/pbs/tasks/main.yml

15 lines
358 B
YAML

---
- name: Enable PBS apt-key
apt_key:
url: "https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg"
- name: Enable PBS repository
apt_repository:
repo: "deb http://download.proxmox.com/debian/pbs {{ ansible_distribution_release }} pbs-no-subscription"
filename: pbs
- name: Install PBS
apt:
name: proxmox-backup-server