c12s-kubespray/apps.yml

29 lines
814 B
YAML
Raw Normal View History

---
- hosts: kube-master
roles:
# System
2015-11-26 08:37:39 +00:00
- { role: apps/k8s-kubedns, tags: 'kubedns' }
# Databases
2015-11-26 08:37:39 +00:00
- { role: apps/k8s-postgres, tags: 'postgres' }
2015-12-10 19:47:59 +00:00
- { role: apps/k8s-elasticsearch, tags: 'elasticsearch' }
- { role: apps/k8s-memcached, tags: 'memcached' }
- { role: apps/k8s-redis, tags: 'redis' }
# Msg Broker
- { role: apps/k8s-rabbitmq, tags: 'rabbitmq' }
# Monitoring
2015-11-26 08:37:39 +00:00
- { role: apps/k8s-influxdb, tags: 'influxdb'}
- { role: apps/k8s-heapster, tags: 'heapster'}
- { role: apps/k8s-kubedash, tags: 'kubedash'}
2015-11-25 13:47:05 +00:00
# logging
2015-11-26 08:37:39 +00:00
- { role: apps/k8s-kube-logstash, tags: 'kube-logstash'}
2015-11-25 13:47:05 +00:00
# Console
2015-11-26 08:37:39 +00:00
- { role: apps/k8s-fabric8, tags: 'fabric8' }
- { role: apps/k8s-kube-ui, tags: 'kube-ui' }
2015-12-14 21:41:56 +00:00
# ETCD
- { role: apps/k8s-etcd, tags: 'etcd'}