* add kube-vip as a service load balancer * add molecule scenario kube-vip --------- Co-authored-by: Techno Tim <timothystewart6@gmail.com>
16 lines
313 B
YAML
16 lines
313 B
YAML
---
|
|
- name: Deploy calico
|
|
include_tasks: calico.yml
|
|
tags: calico
|
|
when: calico_iface is defined
|
|
|
|
- name: Deploy metallb pool
|
|
include_tasks: metallb.yml
|
|
tags: metallb
|
|
when: kube_vip_lb_ip_range is not defined
|
|
|
|
- name: Remove tmp directory used for manifests
|
|
file:
|
|
path: /tmp/k3s
|
|
state: absent
|