Skip to content

Commit

Permalink
Update all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
youdian-xiaoshuai authored Jun 5, 2024
1 parent cf83799 commit 849277a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ kubernetes_version: "v{{ kube_release }}"
docker_release: ""
# runtime containerd version
containerd_release: ""
# runtime data-root-dir
runtime_data_dir: ""
# docker data-root-dir
docker_data_dir: "{{ runtime_data_dir }}"
# containerd data-root-dir
containerd_data_dir: "{{ runtime_data_dir }}"

docker_package_rocky: "docker-ce{{'' if docker_release == '' else '-' ~ docker_release }}"
containerd_package_rocky: "containerd.io{{'' if containerd_release == '' else '-' ~ containerd_release }}"
Expand Down

0 comments on commit 849277a

Please sign in to comment.