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:
commit
8dd2476238
9 changed files with 152 additions and 0 deletions
4
roles/debian/files/ssh.service-override.conf
Normal file
4
roles/debian/files/ssh.service-override.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
[Service]
|
||||
ExecStartPre=sleep 10
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/ip vrf exec mgmt /usr/sbin/sshd -D $SSHD_OPTS
|
Loading…
Add table
Add a link
Reference in a new issue