Add flag to deploy container engine manually. (#3753)

This feature was removed by PR#3061. But change flag manage_docker to deploy_container_engine.
This commit is contained in:
okamototk
2018-11-27 00:26:40 +09:00
committed by k8s-ci-robot
parent a585318b1a
commit 967a042321
5 changed files with 8 additions and 4 deletions

View File

@ -60,7 +60,7 @@
roles:
- { role: kubespray-defaults}
- { role: kubernetes/preinstall, tags: preinstall }
- { role: "container-engine", tags: "container-engine" }
- { role: "container-engine", tags: "container-engine", when: deploy_container_engine|default(true) }
- { role: download, tags: download, when: "not skip_downloads" }
environment: "{{proxy_env}}"