From 641ddf86136c92498cd7950e2654351bd87e8e8d Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 29 Mar 2025 09:37:55 -0500 Subject: [PATCH] site: Import restic playbook This will automatically configure backups on new machines that should have them. --- site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/site.yml b/site.yml index 9bad63c..05e5c0e 100644 --- a/site.yml +++ b/site.yml @@ -12,3 +12,4 @@ - import_playbook: serterm.yml - import_playbook: smtp-relay.yml - import_playbook: unifi.yml +- import_playbook: restic.yml