From b0950e39df73941708ff3e86652d422eaf7a9c84 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Thu, 17 Oct 2024 23:46:50 -0500 Subject: [PATCH] changed title and removed vars --- roles/lib/setup-restic.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/roles/lib/setup-restic.yml b/roles/lib/setup-restic.yml index a7ee209..2955f52 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -1,24 +1,11 @@ --- -- name: backup your homefolders to /mnt/backup everyday night +- name: Setup restic user and scripts. hosts: all become: yes remote_user: ansible gather_facts: false - vars: - restic_create_schedule: true - restic_repos: - misamisa: - location: sftp:misamisa://home/restic/ - password: 'ChangM3' - init: true - restic_backups: - home: - name: home - repo: misamisa - src: /home/ - scheduled: true - schedule_oncalendar: '*-*-* 01:00:00' + tasks: - name: Create Restic user user: