Add initial support for kubernetes to the installer

This commit is contained in:
Matthew Jones
2018-01-09 13:43:40 -05:00
parent 69a3b0def6
commit 56aed597b2
6 changed files with 322 additions and 2 deletions

View File

@@ -6,4 +6,5 @@
- { role: check_vars }
- { role: image_build, when: "dockerhub_base is not defined" }
- { role: openshift, when: "openshift_host is defined" }
- { role: local_docker, when: "openshift_host is not defined" }
- { role: kubernetes, when: "kubernetes_context is defined" }
- { role: local_docker, when: "openshift_host is not defined and kubernetes_context is not defined" }