Add option to disable MetalLB, for use w/ ext LBs (#383)
* 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
This commit is contained in:
parent
505c2eeff2
commit
95b2836dfc
@ -17,6 +17,7 @@
|
||||
|
||||
- name: Deploy metallb manifest
|
||||
include_tasks: metallb.yml
|
||||
tags: metallb
|
||||
|
||||
- name: Init cluster inside the transient k3s-init service
|
||||
command:
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
- name: Deploy metallb pool
|
||||
include_tasks: metallb.yml
|
||||
tags: metallb
|
||||
|
||||
- name: Remove tmp directory used for manifests
|
||||
file:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user