Separate apps deploy from cluster deploy

This commit is contained in:
ant31
2015-11-19 22:49:02 +01:00
parent 5319f23e73
commit 1a0208f448
2 changed files with 18 additions and 6 deletions

View File

@@ -18,9 +18,3 @@
- hosts: kube-node
roles:
- { role: kubernetes/node, tags: node }
#- hosts: kube-master
# roles:
# Apps to be installed
# - { role: apps/k8s-kubedns, tags: ['kubedns', 'apps'] }
# - { role: apps/k8s-fabric8, tags: ['fabric8', 'apps'] }