Merge "Make defaults configurable"

This commit is contained in:
Zuul 2025-01-06 09:29:45 +00:00 committed by Gerrit Code Review
commit 2ce645635e
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
frr_vlans: [] frr_vlans: []
frr_integrated_config_path: /etc/frr/frr.conf frr_integrated_config_path: /etc/frr/frr.conf
frr_profile: traditional
frr_staticd_routes: [] frr_staticd_routes: []
frr_bgpd_config: [] frr_bgpd_config: []
frr_bgpd_enable: "{{ (frr_bgpd_config | length > 0) }}" frr_bgpd_enable: "{{ (frr_bgpd_config | length > 0) }}"

View File

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