|
|
|
@ -61,10 +61,9 @@ |
|
|
|
|
- name: Crictl setup |
|
|
|
|
copy: |
|
|
|
|
dest: /etc/crictl.yaml |
|
|
|
|
content: {{ item }} |
|
|
|
|
with_items: |
|
|
|
|
"runtime-endpoint: unix:///run/containerd/containerd.sock" |
|
|
|
|
"image-endpoint: unix:///run/containerd/containerd.sock" |
|
|
|
|
"timeout: 2" |
|
|
|
|
"debug: true" |
|
|
|
|
"pull-image-on-create: false" |
|
|
|
|
content: | |
|
|
|
|
runtime-endpoint: unix:///run/containerd/containerd.sock |
|
|
|
|
image-endpoint: unix:///run/containerd/containerd.sock |
|
|
|
|
timeout: 2 |
|
|
|
|
debug: true |
|
|
|
|
pull-image-on-create: false |