Add kube dashboard, enabled by default (#1643)

* Add kube dashboard, enabled by default

Also add rbac role for kube user

* Update main.yml
This commit is contained in:
Matthew Mosesohn
2017-09-09 23:38:03 +03:00
committed by GitHub
parent f2057dd43d
commit 9fa1873a65
6 changed files with 163 additions and 0 deletions

View File

@@ -63,3 +63,8 @@
include: tasks/netchecker.yml
when: deploy_netchecker
tags: netchecker
- name: Kubernetes Apps | Dashboard
include: tasks/dashboard.yml
when: dashboard_enabled
tags: dashboard