Dmitriy Rabotyagov 95b33c5637 Make defaults configurable
As frrouting have multiple values for defaults and does not support
config_template module, we need to ensure that defaults
are also configurable.

Change-Id: I320b61227e8ce4dd66e563aed6a808fdc72e0347
2024-12-13 12:35:26 +01:00

17 lines
247 B
Django/Jinja

!
! Zebra configuration
!
frr defaults {{ frr_profile }}
!
hostname {{ ansible_facts['hostname'] }}
log syslog informational
!
! staticd config
{{ frr_staticd_routes | join('\n') }}
!
!
! bgpd config
{{ frr_bgpd_config | join('\n') }}
!
line vty
!