ansible/roles/pbs/tasks/main.yml

15 lines
358 B
YAML
Raw Normal View History

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