Merge "Make defaults configurable"
This commit is contained in:
commit
2ce645635e
@ -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