mg
18d9574489
Rolle erstellt Co-authored-by: Michael Grote <38253905+quotengrote@users.noreply.github.com> Reviewed-on: mg/ansible#28 Co-Authored-By: mg <michael.grote@posteo.de> Co-Committed-By: mg <michael.grote@posteo.de>
14 lines
553 B
YAML
14 lines
553 B
YAML
---
|
|
- hosts: virt
|
|
roles:
|
|
- { role: ironicbadger.proxmox-nag-removal, tags: "nag", become: yes }
|
|
- { 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" }
|