Skip to content

Commit 4c13398

Browse files
committed
test: run backup to rest_server
1 parent a071cd8 commit 4c13398

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

molecule/default/verify.yml

+10
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,21 @@
1010
- name: Install restic and initialise repository on rest server
1111
role: roles-ansible.restic
1212
vars:
13+
restic_no_log: false
14+
restic_backup_now: true
15+
restic_backup_script_shell: bash
1316
restic_repos:
1417
rest_server:
1518
location: rest:http://{{ restic_rest_server_user }}:{{ restic_rest_server_password }}@localhost:{{ restic_rest_server_port }}/
1619
password: test
1720
init: true
21+
restic_backups:
22+
test:
23+
name: test
24+
repo: rest_server
25+
src: /tmp
26+
scheduled: true
27+
schedule_oncalendar: '*-*-* 01:00:00'
1828

1929
tasks:
2030
- name: Verify rest server responds

0 commit comments

Comments
 (0)