summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-phoebe.yml
blob: 0391da40fd4d8cc6e44c728fedd246f3b9201b74 (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
---
- name: Basic Setup
  hosts: ch-phoebe
  roles:
  - role: apt-repo/base
  - role: core/base
  - role: core/sshd/base
  - role: core/zsh
  - role: core/ntp
  - role: core/cpu-microcode

- name: Payload Setup
  hosts: ch-phoebe
  roles:
  - role: storage/zfs/base
  - role: storage/zfs/sanoid
  - role: vm/host/base
  - role: vm/host/network
  - role: installer/debian/base
  - role: installer/ubuntu/base
  - role: installer/openbsd/base
  - role: apt-repo/spreadspace
  - role: nginx/base
  - role: monitoring/prometheus/exporter