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:
Dmitriy Rabotyagov 2024-12-13 12:35:26 +01:00
parent e2cad6df4c
commit 95b33c5637
2 changed files with 2 additions and 1 deletions

View File

@ -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) }}"

View File

@ -1,7 +1,7 @@
!
! Zebra configuration
!
frr defaults traditional
frr defaults {{ frr_profile }}
!
hostname {{ ansible_facts['hostname'] }}
log syslog informational