aboutsummaryrefslogtreecommitdiff
path: root/playbooks/setup_services.yaml
blob: 91a5b22fd935c10374a739ed701b6c3904c4cd27 (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
---
- name: Setup Services
  hosts: all
  gather_facts: false
  tasks:
    - 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