14 lines
539 B
YAML
14 lines
539 B
YAML
---
|
|
- hosts: proxmox
|
|
roles:
|
|
- { role: mgrote.set_apt_proxy, tags: "apt_sources" }
|
|
- { role: mgrote.apcupsd, tags: "apcupsd" }
|
|
- { role: mgrote.smart, tags: "smart" }
|
|
- { role: mgrote.zfs_tools, tags: "zfs_tools" }
|
|
- { role: mgrote.postfix, tags: "postfix" }
|
|
- { role: mgrote.sanoid, tags: "sanoid" }
|
|
- { role: mgrote.ecc-rasdaemon,
|
|
tags: "ecc",
|
|
when: "'pve2.grote.lan' in inventory_hostname" }
|
|
- { role: mgrote.cv4pve-autosnap, tags: "cv4pve" }
|
|
- { role: mgrote.proxmox, tags: "pve" }
|