k3s-ansible/roles/k3s_server_post/tasks/main.yml

15 lines
269 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
- name: Remove tmp directory used for manifests
file:
path: /tmp/k3s
state: absent