homeserver/playbooks/3_service/fileserver.yml
Michael Grote 6eb88c1c92
Some checks failed
ansible-lint / gitleaks (push) Successful in 6s
ansible-lint / Ansible Lint (push) Failing after 54s
add todoist backup job and role (#194)
Reviewed-on: https://git.mgrote.net///mg/homeserver/pulls/194
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-09-27 18:50:18 +02:00

17 lines
503 B
YAML

###############################################################################
# Wenn Freigaben geloescht werden muss der dazugehoerige Ordner per CLI geloescht
# werden.
###############################################################################
---
- hosts: fileserver
roles:
- role: mgrote_fileserver_smb
tags: "smb"
- role: mgrote_youtubedl
tags: "youtubedl"
- role: mgrote_todoist_backup
tags: "todoist"
- role: mgrote_disable_oom_killer
tags: "oom"