Add kubedns as default package to install

This commit is contained in:
ant31
2016-05-04 18:00:46 +02:00
committed by Smana
parent c43f9bc705
commit eb6025a184
3 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
- name: install kpm
pip: name=kpm state=latest
- name: manage kubernetes applications
kpm:
namespace: "{{item.namespace | default(kpm_namespace | default('default'))}}"