Add role to set up base Debian server

With sshd in separate management VRF and FRR to announce routes to
self over unnumbered BGP.
This commit is contained in:
Timotej Lazar 2023-04-19 19:15:44 +02:00
commit 8dd2476238
9 changed files with 152 additions and 0 deletions

3
setup.yml Normal file
View file

@ -0,0 +1,3 @@
- hosts: ceph-*
roles:
- debian