Skip to content

Commit

Permalink
archive docs and point to new location
Browse files Browse the repository at this point in the history
fix #containerd/cri#1624

Signed-off-by: Zou Nengren <zouyee1989@gmail.com>
  • Loading branch information
zouyee committed Aug 10, 2021
1 parent 0bcd45d commit 30b832e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contrib/ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ $ cat hosts
## Step 1:
At this point, the ansible playbook should be able to ssh into the machines in the hosts file.
```console
git clone https://github.com/containerd/cri
cd ./cri/contrib/ansible
git clone https://github.com/containerd/containerd
cd ./contrib/ansible
ansible-playbook -i hosts cri-containerd.yaml
```
A typical cloud login might have a username and private key file, in which case the following can be used:
Expand Down
2 changes: 1 addition & 1 deletion contrib/ansible/vars/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
containerd_release_version: 1.3.0
containerd_release_version: 1.5.5
cni_bin_dir: /opt/cni/bin/
cni_conf_dir: /etc/cni/net.d/

0 comments on commit 30b832e

Please sign in to comment.