From e4d0c5e64a0111c621f331eae59abc9dc02192e1 Mon Sep 17 00:00:00 2001 From: Jordan Del Pilar Date: Sat, 11 Jul 2026 18:06:44 -0700 Subject: [PATCH] feat: added new backup role added new backup role including tags to playbook. This new role targets all hosts. --- site.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site.yaml b/site.yaml index 8072154..9eea2a0 100644 --- a/site.yaml +++ b/site.yaml @@ -21,3 +21,11 @@ tags: - gitea - core + +- name: Setup Backups + hosts: all + roles: + - backup + tags: + - common + - backup