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

View file

@ -0,0 +1,8 @@
- name: reboot
reboot:
- name: reload frr
command: /usr/lib/frr/frr-reload.py --reload /etc/frr/frr.conf
- name: restart frr
service: name=frr state=restarted