add frr task

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-11-27 23:21:51 +01:00
commit 1864c51905
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
2 changed files with 11 additions and 1 deletions

7
tasks/frr.yml Normal file
View file

@ -0,0 +1,7 @@
---
- name: deploy dnsmasq
ansible.builtin.template:
src: etc/frr/frr.conf.j2
dest: "/etc/frr/frr.conf"
notify: systemctl daemon-reload

View file

@ -8,3 +8,6 @@
- name: import dnsmasq - name: import dnsmasq
import_tasks: dnsmasq.yml import_tasks: dnsmasq.yml
- name: import frr
import_tasks: frr.yml