Skip to content

Commit

Permalink
Add option to disable MetalLB, for use w/ ext LBs - add defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
balazshasprai committed Oct 18, 2023
1 parent 47427ab commit c8129ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/k3s_server/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ server_init_args: >-
--token {{ k3s_token }}
{% endif %}
{{ extra_server_args | default('') }}
# Whether to configure MetalLB or not, users should change it in the all.yml
metal_lb_configure: true
3 changes: 3 additions & 0 deletions roles/k3s_server_post/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ metal_lb_available_timeout: 120s

# Name of the master group
group_name_master: master

# Whether to configure MetalLB or not, users should change it in the all.yml
metal_lb_configure: true

0 comments on commit c8129ed

Please sign in to comment.