summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-testvm-prometheus.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-05-07 01:38:36 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-05-07 01:38:51 +0200
commitb824f11c7e3794289ef3093b0e2fc8b9e74c2ef5 (patch)
tree55e83806145eddb62a7bcd00c043427caef6374a /chaos-at-home/ch-testvm-prometheus.yml
parentremove legacy group_vars (diff)
renew containerd role
Diffstat (limited to 'chaos-at-home/ch-testvm-prometheus.yml')
-rw-r--r--chaos-at-home/ch-testvm-prometheus.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/chaos-at-home/ch-testvm-prometheus.yml b/chaos-at-home/ch-testvm-prometheus.yml
new file mode 100644
index 00000000..13a60198
--- /dev/null
+++ b/chaos-at-home/ch-testvm-prometheus.yml
@@ -0,0 +1,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