Browse Source

Configure calico pool on an etcd server

pull/35/head
Smaine Kahlouch 8 years ago
parent
commit
9046b7b1bf
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/network_plugin/tasks/calico.yml

1
roles/network_plugin/tasks/calico.yml

@ -14,6 +14,7 @@
environment:
ETCD_AUTHORITY: "{{ groups['etcd'][0] }}:2379"
run_once: true
delegate_to: "{{ groups['etcd'][0] }}"
- name: Calico | Write calico-node systemd init file
template: src=calico/calico-node.service.j2 dest=/etc/systemd/system/calico-node.service

Loading…
Cancel
Save