-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.yml
85 lines (72 loc) · 1.21 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
- name: Bootstrap
roles: [bootstrap]
strategy: linear
tags: [bootstrap, always]
hosts:
- all
- name: Apply common role
roles: [common]
tags: [common]
hosts:
- all
- name: Apply dotfiles role
roles: [dotfiles]
tags: [dotfiles]
hosts:
- all
- name: Apply zfs role
roles: [zfs]
tags: [zfs]
hosts:
- home
- name: Apply docker role
roles: [docker]
tags: [docker]
hosts:
- all
- name: Apply caddy role
roles: [caddy]
tags: [caddy]
hosts:
- all
- name: Apply victoriametrics role
roles: [victoriametrics]
tags: [victoriametrics]
hosts:
- all
- name: Apply vector role
roles: [vector]
tags: [vector]
hosts:
- all
- name: Apply tailscale role
roles: [tailscale]
tags: [tailscale]
hosts:
- aux
- home
- name: Apply wireguard role
roles: [wireguard]
tags: [wireguard]
hosts:
- home
- name: Apply xarpd role
roles: [xarpd]
tags: [xarpd]
hosts:
- home
- name: Apply restic role
roles: [restic]
tags: [restic]
hosts:
- all
- name: Apply services role
roles: [services]
tags: [services]
hosts:
- all
- name: Apply notifications role
roles: [notifications]
tags: [notifications]
hosts:
- all