forked from infra/ansible
pbs: new role (proxmox backup server on bowle)
This commit is contained in:
parent
af2c7e6c2d
commit
f367fb6e76
14
roles/pbs/tasks/main.yml
Normal file
14
roles/pbs/tasks/main.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
- 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 bullseye pbs-no-subscription"
|
||||
filename: pbs
|
||||
|
||||
- name: Install PBS
|
||||
apt:
|
||||
name: proxmox-backup-server
|
Loading…
Reference in New Issue
Block a user