We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a071cd8 commit 4c13398Copy full SHA for 4c13398
molecule/default/verify.yml
@@ -10,11 +10,21 @@
10
- name: Install restic and initialise repository on rest server
11
role: roles-ansible.restic
12
vars:
13
+ restic_no_log: false
14
+ restic_backup_now: true
15
+ restic_backup_script_shell: bash
16
restic_repos:
17
rest_server:
18
location: rest:http://{{ restic_rest_server_user }}:{{ restic_rest_server_password }}@localhost:{{ restic_rest_server_port }}/
19
password: test
20
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'
28
29
tasks:
30
- name: Verify rest server responds
0 commit comments