mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 07:48:39 -05:00
Add initial support for kubernetes to the installer
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user