Skip to content

Commit

Permalink
Add option to disable MetalLB, for use w/ ext LBs (techno-tim#383)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
balazshasprai committed Oct 18, 2023
1 parent 505c2ee commit 95b2836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/k3s_server/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

- name: Deploy metallb manifest
include_tasks: metallb.yml
tags: metallb

- name: Init cluster inside the transient k3s-init service
command:
Expand Down
1 change: 1 addition & 0 deletions roles/k3s_server_post/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Deploy metallb pool
include_tasks: metallb.yml
tags: metallb

- name: Remove tmp directory used for manifests
file:
Expand Down

0 comments on commit 95b2836

Please sign in to comment.