Add Backup

This commit is contained in:
ant31
2015-11-20 11:18:37 +01:00
parent 57e1831f78
commit c352df6fc8
12 changed files with 31 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
---
- name: Write script for calico/docker bridge configuration
template: src=create_cbr.j2 dest=/etc/network/if-up.d/create_cbr mode=u+x
template: src=create_cbr.j2 dest=/etc/network/if-up.d/create_cbr mode=u+x backup=yes
when: kube_network_plugin is defined and kube_network_plugin == "calico"
- name: Configure calico/docker bridge