summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-atlas.yml
blob: 3520058536511b5b147b633fd219e56a81fe32f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- name: Basic Setup
  hosts: ch-atlas
  roles:
  - role: apt-repo/base
  - role: core/base
  - role: core/sshd/base
  - role: core/zsh
  - role: core/ntp
  - role: core/cpu-microcode
  - role: storage/zfs/pools
  - role: storage/zfs/sanoid
  - role: vm/host/base
  - role: vm/host/network
  - role: installer/debian/base
  - role: installer/openbsd/base