add vpcaccess role
[awsible] / roles / vpcaccess / templates / ripd.conf.j2
1 ! -*- rip -*-
2 !
3 ! RIPd configuration file
4 !
5
6 hostname {{ ansible_ec2_hostname }}
7 password {{ QUAGGA_PASSWORD }}
8
9 router rip
10 network tap0
11
12 default-information originate
13 route {{ subnet_to_announce }}
14
15 version 2
16
17 key chain {{ environment_name }}
18 key 1
19 key-string FVeKWpAUkTZPMZjyKXljIJy
20
21 interface tap0
22 ip rip authentication mode md5
23 ip rip authentication key-chain {{ environment_name }}
24
25 log stdout