pbs: new role (proxmox backup server on bowle)

This commit is contained in:
Markus 2021-11-01 14:47:19 +01:00
parent af2c7e6c2d
commit f367fb6e76
2 changed files with 15 additions and 0 deletions

14
roles/pbs/tasks/main.yml Normal file
View 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

View File

@ -51,6 +51,7 @@
hosts: bowle.binary.kitchen
roles:
- fileserver
- pbs
- name: Setup ldap server
hosts: helium.binary-kitchen.net