add vpcaccess role
[awsible] / roles / vpcaccess / templates / ripd.conf.j2
diff --git a/roles/vpcaccess/templates/ripd.conf.j2 b/roles/vpcaccess/templates/ripd.conf.j2
new file mode 100644 (file)
index 0000000..cfc5ac6
--- /dev/null
@@ -0,0 +1,25 @@
+! -*- rip -*-
+!
+! RIPd configuration file
+!
+
+hostname {{ ansible_ec2_hostname }}
+password {{ QUAGGA_PASSWORD }}
+
+router rip
+  network tap0
+
+default-information originate
+route {{ subnet_to_announce }}
+
+version 2
+
+key chain {{ environment_name }}
+  key 1
+    key-string FVeKWpAUkTZPMZjyKXljIJy
+
+interface tap0
+ ip rip authentication mode md5
+ ip rip authentication key-chain {{ environment_name }}
+
+log stdout