-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.yml
57 lines (51 loc) · 1.04 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
- block:
- name: Install rclone
include_tasks: install_rclone.yml
tags:
- rclone
- install_rclone
- install
- block:
- name: Install restic
include_tasks: install_restic.yml
tags:
- restic
- install_restic
- install
- block:
- name: Install resticprofile
include_tasks: install_resticprofile.yml
tags:
- resticprofile
- install_resticprofile
- install
- block:
- name: Setup resticprofile config
include_tasks: setup_resticprofile_config.yml
tags:
- resticprofile
- setup
- config_resticprofile
- config
- block:
- name: Check resticprofile config
include_tasks: check_resticprofile_config.yml
tags:
- check_resticprofile
- block:
- name: Remove All Healthchecks
include_tasks: healthcheck_remove_all.yml
tags:
- healthcheck
- healthcheck_remove
- setup
- config
- block:
- name: Create All Healthchecks
include_tasks: healthcheck_create_all.yml
tags:
- healthcheck
- healthcheck_create
- setup
- config