configure pve frr to use bgp with router and kube workers

This commit is contained in:
2025-08-01 22:42:30 +03:00
parent 7f25838dea
commit 486a05e865
9 changed files with 77 additions and 5 deletions

View File

@@ -8,6 +8,10 @@
- pve93
gather_facts: false
tasks:
- name: Load secrets
ansible.builtin.include_vars:
file: ../secrets/bgp.yaml
- name: configure mesh network
ansible.builtin.template:
src: templates/ceph.interfaces.j2