282a27a07c
* Docker/Containerd: move downloads urls to containerd-common * gVisor: initial support for gVisor container runtime
11 lines
198 B
YAML
11 lines
198 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
become: true
|
|
vars:
|
|
gvisor_enabled: true
|
|
container_manager: containerd
|
|
roles:
|
|
- role: kubespray-defaults
|
|
- role: containerd
|
|
- role: gvisor
|