homeserver/playbooks/3_service/pve.yml
mg 154fc0ef58 neuer Backup-Server (pbs) (#538)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #538
2023-06-23 16:04:19 +02:00

22 lines
826 B
YAML

---
- hosts: pve
roles:
- { role: mgrote.zfs_packages, tags: "zfs_packages" }
- { role: mgrote.zfs_arc_mem, tags: "zfs_arc_mem" }
- { role: mgrote.zfs_manage_datasets, tags: "datasets" }
- { role: mgrote.zfs_scrub, tags: "zfs_scrub" }
- { role: mgrote.zfs_zed, tags: "zfs_zed" }
- { role: mgrote.zfs_health, tags: "zfs_health" }
- { role: mgrote.zfs_sanoid,
tags: "sanoid" }
- { role: mgrote.smart, tags: "smart" }
- { role: mgrote.postfix, tags: "postfix" }
- { role: mgrote.cv4pve-autosnap,
tags: "cv4pve" }
- { role: mgrote.r8152_kernel_module,
tags: "r8152" }
- { role: mgrote.proxmox_bind_mounts,
tags: "bindmounts" }
- { role: mgrote.proxmox_lxc_profiles, tags: "lxc-profile" }
- { role: mgrote.pbs_pve_integration, tags: "pbs" }