mg
03d10acea6
Tags angepasst Postfix Rolle erweitert mit Sender-Mail rewrite Port für Strato angepasst Rolle postfix in haertung eingebaut Bugfix: Vars2 Bugfix: Vars Doku postfix angepasst Defaults Postfix aktualisiert f2b Vars in GroupVars Fail2Ban parametrisiert KeePass: Postfix Absenderpasswort aktualisiert Vars und defaults ergänzt Rolle umbenannt in anderen Rollen Rolle umbenannt: mgrote.postfix-gmail --> mgrote.postfix postfix GroupVars auf Strato umgestellt postfix defaults aktualisiert Variablennamen postfix umbenannt Keepass: gmail_nutzer_passwort --> postfix_absender_passwort Co-authored-by: Michael Grote <38253905+quotengrote@users.noreply.github.com> Reviewed-on: mg/ansible#12
13 lines
509 B
YAML
13 lines
509 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" }
|