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
This commit is contained in:
parent
e2cad6df4c
commit
95b33c5637
@ -28,6 +28,7 @@
|
||||
frr_vlans: []
|
||||
|
||||
frr_integrated_config_path: /etc/frr/frr.conf
|
||||
frr_profile: traditional
|
||||
frr_staticd_routes: []
|
||||
frr_bgpd_config: []
|
||||
frr_bgpd_enable: "{{ (frr_bgpd_config | length > 0) }}"
|
||||
|
@ -1,7 +1,7 @@
|
||||
!
|
||||
! Zebra configuration
|
||||
!
|
||||
frr defaults traditional
|
||||
frr defaults {{ frr_profile }}
|
||||
!
|
||||
hostname {{ ansible_facts['hostname'] }}
|
||||
log syslog informational
|
||||
|
Loading…
x
Reference in New Issue
Block a user