removing Restic setup and cron files from all hosts

This commit is contained in:
tolerryan
2025-09-01 21:40:12 -05:00
parent debfa7d76e
commit 5205ea315e
23 changed files with 1 additions and 299 deletions

View File

@@ -1,18 +0,0 @@
---
cronjob:
- name: appdata
job_name: "Daily /data/ Backup"
job_minute: "30"
job_hour: "5"
job_day: "*"
user: "root"
job_command: "/home/docker/restic.sh --backup /data/ "
- name: weeklydb
job_name: "Weekly /data/ verification"
job_minute: "30"
job_hour: "3"
job_day: "1"
user: "root"
job_command: "/home/docker/restic.sh --verify /data/"

View File

@@ -16,12 +16,6 @@
- name: Install-docker.yml - setting up docker
include: ../../lib/install-docker.yml
- name: Install Restic and setup
include: ../../lib/setup-restic.yml
- name: Setup Restic Cron jobs
include: ../../lib/setup-restic-cron.yml
- name: Install nfs Packages
apt:
name: