Skip to content

Commit 30b832e

Browse files
committed
archive docs and point to new location
fix #containerd/cri#1624 Signed-off-by: Zou Nengren <[email protected]>
1 parent 0bcd45d commit 30b832e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

contrib/ansible/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ $ cat hosts
2626
## Step 1:
2727
At this point, the ansible playbook should be able to ssh into the machines in the hosts file.
2828
```console
29-
git clone https://github.com/containerd/cri
30-
cd ./cri/contrib/ansible
29+
git clone https://github.com/containerd/containerd
30+
cd ./contrib/ansible
3131
ansible-playbook -i hosts cri-containerd.yaml
3232
```
3333
A typical cloud login might have a username and private key file, in which case the following can be used:

contrib/ansible/vars/vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
containerd_release_version: 1.3.0
2+
containerd_release_version: 1.5.5
33
cni_bin_dir: /opt/cni/bin/
44
cni_conf_dir: /etc/cni/net.d/

0 commit comments

Comments
 (0)