add route refector var

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-11-30 23:41:40 +01:00
commit d8f4aa4a03
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
2 changed files with 4 additions and 2 deletions

View file

@ -4,4 +4,6 @@
ansible.builtin.template:
src: etc/frr/frr.conf.j2
dest: "/etc/frr/frr.conf"
notify: systemctl daemon-reload
notify: systemctl daemon-reload
vars:
route_reflector: "192.168.11.1"