run kubectl on one of the masters

This commit is contained in:
Sascha Marcel Schmidt
2018-07-25 16:42:30 +02:00
parent 306a6a751f
commit c42397d7db
17 changed files with 55 additions and 510 deletions

View File

@@ -1,4 +1,12 @@
---
- name: "Render configuration."
become: true
template: { src: "{{ item.file }}.j2", dest: "{{ kube_config_dir }}/{{ item.file }}" }
with_items:
- { file: "glusterfs-daemonset.json" }
- { file: "heketi-bootstrap.json" }
- { file: "heketi-deployment.json" }
- { file: "heketi-service-account.json" }
- name: "Prepare kubernetes."
include_tasks: "kubernetes.yml"