* Add option to disable MetalLB, for use w/ ext LBs * Add option to disable MetalLB, for use w/ ext LBs - add defaults * Skip MetalLB with tags instead of flag
10 lines
171 B
YAML
10 lines
171 B
YAML
---
|
|
- name: Deploy metallb pool
|
|
include_tasks: metallb.yml
|
|
tags: metallb
|
|
|
|
- name: Remove tmp directory used for manifests
|
|
file:
|
|
path: /tmp/k3s
|
|
state: absent
|