mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 11:07:43 +03:00
Configure network-environment with a single template
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user