Install MetalLB into cluster

This commit is contained in:
2025-08-16 17:01:02 -04:00
parent 907cfef01b
commit 29fd3d3c0f
4 changed files with 58 additions and 0 deletions

View File

@@ -54,6 +54,11 @@
- name: deploy backstage
include_tasks: deployments/backstage.yaml
when: apps.backstage.enabled
- name: deploy metallb
include_tasks: deployments/metallb.yaml
when: apps.metallb.enabled
#-----------------------------------------------------
#- include_tasks: mariadb.yaml
#