|
@@ -1,7 +1,6 @@
|
|
|
---
|
|
|
-# tasks file for peering
|
|
|
|
|
|
-- name: Install interface definitions
|
|
|
+- name: Install GRE uplink tunnel interfaces
|
|
|
template:
|
|
|
dest: "/etc/network/interfaces.d/{{item.file}}"
|
|
|
src: "{{item.template}}"
|
|
@@ -9,10 +8,10 @@
|
|
|
- file: 30_peering.cfg
|
|
|
template: peering_interfaces.j2
|
|
|
|
|
|
-# - name: Install bird.conf
|
|
|
-# template: src=bird.conf.j2 dest=/etc/bird/conf.d/peering.conf
|
|
|
-# notify: Reload bird daemons
|
|
|
+- name: Install Bird6 configuration for eBGP
|
|
|
+ template: src=peering6.conf.j2 dest=/etc/bird/conf6.d/peering6.conf
|
|
|
+ notify: Reload bird daemons
|
|
|
|
|
|
-# - name: Install bird6.conf
|
|
|
-# template: src=bird6.conf.j2 dest=/etc/bird/conf6.d/peering.conf
|
|
|
+# - name: Install Bird configuration for eBGP
|
|
|
+# template: src=peering.conf.j2 dest=/etc/bird/conf.d/peering.conf
|
|
|
# notify: Reload bird daemons
|