Configure network-environment with a single template

This commit is contained in:
Smaine Kahlouch
2015-12-11 11:44:41 +01:00
parent 83c1105192
commit b66cc67b6f
4 changed files with 26 additions and 28 deletions

View File

@@ -44,10 +44,6 @@
run_once: true
delegate_to: "{{ groups['kube-master'][0] }}"
- name: Write network-environment
template: src=flannel/network-environment.j2 dest=/etc/network-environment mode=u+x
notify: restart flannel
- name: Launch Flannel
service: name=flannel state=started enabled=yes
notify: