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

11
secrets.yaml Normal file
View File

@@ -0,0 +1,11 @@
---
- name: Checkout secrets
hosts: localhost
gather_facts: false
tasks:
- name: Checkout secrets
ansible.builtin.git:
repo: 'git@git.k-space.ee:secretspace/ansible.git'
dest: secrets
update: yes
version: main