|
|
@ -16,7 +16,7 @@ |
|
|
|
command: "{{ item }} chdir=/etc/" |
|
|
|
command: "{{ item }} chdir=/etc/" |
|
|
|
with_items: |
|
|
|
with_items: |
|
|
|
- mkdir /etc/containerd |
|
|
|
- mkdir /etc/containerd |
|
|
|
- containerd config default > /etc/containerd/config.toml |
|
|
|
- sudo containerd config default | tee /etc/containerd/config.toml |
|
|
|
- sudo sed -i 's/ SystemdCgroup = false/ SystemdCgroup = true/' /etc/containerd/config.toml |
|
|
|
- sudo sed -i 's/ SystemdCgroup = false/ SystemdCgroup = true/' /etc/containerd/config.toml |
|
|
|
- name: Install CNI Plugins |
|
|
|
- name: Install CNI Plugins |
|
|
|
command: "{{ item }} chdir=/tmp" |
|
|
|
command: "{{ item }} chdir=/tmp" |
|
|
|