You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
669 B

9 years ago
9 years ago
  1. ---
  2. - hosts: kube-master
  3. roles:
  4. # System
  5. - { role: apps/k8s-kubedns, tags: 'kubedns' }
  6. # Databases
  7. - { role: apps/k8s-postgres, tags: 'postgres' }
  8. - { role: apps/k8s-elasticsearch, tags: 'es' }
  9. - { role: apps/k8s-memcached, tags: 'es' }
  10. - { role: apps/k8s-redis, tags: 'es' }
  11. # Monitoring
  12. - { role: apps/k8s-influxdb, tags: 'influxdb'}
  13. - { role: apps/k8s-heapster, tags: 'heapster'}
  14. - { role: apps/k8s-kubedash, tags: 'kubedash'}
  15. # logging
  16. - { role: apps/k8s-kube-logstash, tags: 'kube-logstash'}
  17. # Console
  18. - { role: apps/k8s-fabric8, tags: 'fabric8' }
  19. - { role: apps/k8s-kube-ui, tags: 'kube-ui' }