fix flannel deployment, remove docker bridge before restarting

This commit is contained in:
Smana
2016-05-13 15:08:28 +02:00
parent 242e96d251
commit ae5ff890d4
5 changed files with 23 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
---
- name: "Check certs | check if the certs have already been generated on first master"
- name: "Check_certs | check if the certs have already been generated on first master"
stat:
path: "{{ kube_cert_dir }}/ca.pem"
delegate_to: "{{groups['kube-master'][0]}}"