summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-testvm-prometheus.yml
blob: 13a601986be8032b5e50c91b9a0e0c2970eff45c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
- name: Basic Setup
  hosts: ch-testvm-prometheus
  roles:
  - role: apt-repo/base
  - role: core/base
  - role: core/sshd/base
  - role: core/zsh
  - role: core/ntp
  - role: containerd
    containerd_config:
      plugins:
        "io.containerd.grpc.v1.cri":
          containerd:
            runtimes:
              runc:
                options:
                  SystemdCgroup: true