kube-logstash

This commit is contained in:
ant31 2015-11-25 14:47:05 +01:00
parent da3920496d
commit a6137b3aee
2 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View file

@ -38,3 +38,6 @@
[submodule "roles/apps/k8s-influxdb"]
path = roles/apps/k8s-influxdb
url = https://github.com/ansibl8s/k8s-influxdb.git
[submodule "roles/apps/k8s-kube-logstash"]
path = roles/apps/k8s-kube-logstash
url = https://github.com/ansibl8s/k8s-kube-logstash.git

View file

@ -13,6 +13,9 @@
- { role: apps/k8s-heapster, tags: ['heapster', 'apps']}
- { role: apps/k8s-kubedash, tags: ['kubedash', 'apps']}
# logging
- { role: apps/k8s-kube-logstash, tags: ['kube-logstash', 'apps']}
# Console
- { role: apps/k8s-fabric8, tags: ['fabric8', 'apps'] }
- { role: apps/k8s-kube-ui, tags: ['kube-ui', 'apps'] }