add frr task
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
7e759055f0
commit
1864c51905
2 changed files with 11 additions and 1 deletions
7
tasks/frr.yml
Normal file
7
tasks/frr.yml
Normal 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
|
||||
|
|
@ -7,4 +7,7 @@
|
|||
import_tasks: git.yml
|
||||
|
||||
- name: import dnsmasq
|
||||
import_tasks: dnsmasq.yml
|
||||
import_tasks: dnsmasq.yml
|
||||
|
||||
- name: import frr
|
||||
import_tasks: frr.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue