Add backup playbook

This commit is contained in:
Keannu Bernasol 2024-11-03 17:31:40 +08:00
parent 1ab5780416
commit cbe8d0c2c4

View file

@ -0,0 +1,8 @@
---
- hosts:
- debian
# Runs on root user already
become: false
tasks:
- name: Start Backups
command: tmux new-session -d -s "Borg Backups" "bash /root/scripts/backup.sh"