aboutsummaryrefslogtreecommitdiff
path: root/playbooks/master.yaml
blob: 8a8409765bffc79ae1c6ded11d633a2ce2134804 (plain) (blame)
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
---
- name: Lab Configuration
  hosts: all
  tasks:
    - name: Setup Network
      include_role:
        name: network
    - name: Setup Systems
      include_role:
        name: system
    - name: Setup Wireguard
      include_role:
        name: wireguard
    - name: Setup K3S
      include_role:
        name: k3s
      when: inventory_hostname in groups["servers"]
    - name: Setup MetalLB
      include_role:
        name: metallb
    - name: Setup CA
      include_role:
        name: ca
    - name: Setup PiHole
      include_role:
        name: pihole
    - name: Setup Cloud
      include_role:
        name: cloud
    - name: Setup Immich
      include_role:
        name: immich
    - name: Setup Jellyfin
      include_role:
        name: jellyfin
    - name: Setup Actual
      include_role:
        name: actual
    - name: Setup Git
      include_role:
        name: cgit
    - name: Setup Fishnet
      include_role:
        name: fishnet
    - name: Setup Prometheus
      include_role:
        name: prometheus
    - name: Setup Fishnet
      include_role:
        name: fishnet