[iproute2] name table 26

certbot_on_virtu
_benjamin 2020-08-11 14:22:37 +02:00
parent 3bc2a57571
commit 2c42757620
3 changed files with 26 additions and 0 deletions

View File

@ -1,5 +1,10 @@
#!/usr/bin/env ansible-playbook
---
# Deploy iproute2 config file
- hosts: crans_routeurs
roles:
- iproute2
# Deploy firewall
- hosts: crans_routeurs
vars:

View File

@ -0,0 +1,8 @@
---
- name: Deploy table names configuration
template:
src: iproute2/rt_tables.j2
dest: /etc/iproute2/rt_tables
mode: 0644
owner: root
group: root

View File

@ -0,0 +1,13 @@
{{ ansible_header | comment }}
#
# reserved values
#
255 local
254 main
253 default
0 unspec
#
# local
#
#1 inr.ruhep
26 zayo