EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 03ffc807 authored by Karl Grube's avatar Karl Grube
Browse files

added first steps to supporting rpki for internet routers

parent 12497dce
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
- nftables - nftables
- traceroute - traceroute
- ifupdown2 - ifupdown2
- frr-rpki-rtrlib
- frr
- name: kernel forwarding - name: kernel forwarding
sysctl: sysctl:
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
import_role: import_role:
name: nftables name: nftables
vars: vars:
rpki: True
nft_templates: nft_templates:
int_rtr: "{{lookup('template','int_rtr.nft.j2')}}" int_rtr: "{{lookup('template','int_rtr.nft.j2')}}"
tags: nftables tags: nftables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment