Make it possible to skip docker role as a var (#2686)

This commit is contained in:
Matthew Mosesohn
2018-04-19 16:47:20 +03:00
committed by GitHub
parent a498cc223b
commit 0945eb990a
4 changed files with 7 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
roles:
- { role: kubespray-defaults}
- { role: kubernetes/preinstall, tags: preinstall }
- { role: docker, tags: docker }
- { role: docker, tags: docker, when: manage_docker|default(true) }
- role: rkt
tags: rkt
when: "'rkt' in [etcd_deployment_type, kubelet_deployment_type, vault_deployment_type]"