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.

26 lines
760 B

8 years ago
8 years ago
8 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: 'elasticsearch' }
  9. - { role: apps/k8s-memcached, tags: 'memcached' }
  10. - { role: apps/k8s-redis, tags: 'redis' }
  11. # Msg Broker
  12. - { role: apps/k8s-rabbitmq, tags: 'rabbitmq' }
  13. # Monitoring
  14. - { role: apps/k8s-influxdb, tags: 'influxdb'}
  15. - { role: apps/k8s-heapster, tags: 'heapster'}
  16. - { role: apps/k8s-kubedash, tags: 'kubedash'}
  17. # logging
  18. - { role: apps/k8s-kube-logstash, tags: 'kube-logstash'}
  19. # Console
  20. - { role: apps/k8s-fabric8, tags: 'fabric8' }
  21. - { role: apps/k8s-kube-ui, tags: 'kube-ui' }