
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
17 lines
247 B
Django/Jinja
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
|
|
! |