configure pve frr to use bgp with router and kube workers
This commit is contained in:
11
secrets.yaml
Normal file
11
secrets.yaml
Normal 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
|
Reference in New Issue
Block a user