ansible/roles/pbs/tasks/main.yml

16 lines
477 B
YAML
Raw Normal View History

---
- name: Enable PBS apt-key
apt_key:
2023-09-06 14:50:54 +02:00
url: "https://enterprise.proxmox.com/debian/proxmox-release-{{ ansible_distribution_release }}.gpg"
keyring: "/etc/apt/trusted.gpg.d/proxmox-release-{{ ansible_distribution_release }}.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