Configure calico pool on an etcd server
This commit is contained in:
parent
3c450191ea
commit
9046b7b1bf
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue