mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-05-10 09:11:39 -05:00
add k3s
This commit is contained in:
parent
dff9d8f725
commit
7619911e35
17 changed files with 2339 additions and 0 deletions
12
ansible/roles/k3s/master/templates/metallb.configmap.j2
Normal file
12
ansible/roles/k3s/master/templates/metallb.configmap.j2
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
namespace: metallb-system
|
||||
name: config
|
||||
data:
|
||||
config: |
|
||||
address-pools:
|
||||
- name: default
|
||||
protocol: layer2
|
||||
addresses:
|
||||
- {{ metal_lb_ip_range }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue