summaryrefslogtreecommitdiff
path: root/roles/uvok_bird/templates/bird.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/uvok_bird/templates/bird.conf.j2')
-rw-r--r--roles/uvok_bird/templates/bird.conf.j216
1 files changed, 16 insertions, 0 deletions
diff --git a/roles/uvok_bird/templates/bird.conf.j2 b/roles/uvok_bird/templates/bird.conf.j2
new file mode 100644
index 0000000..82452a0
--- /dev/null
+++ b/roles/uvok_bird/templates/bird.conf.j2
@@ -0,0 +1,16 @@
+# {{ ansible_managed }}
+
+include "/etc/bird/logging.conf";
+
+include "/etc/bird/defines.conf";
+router id OWNIP;
+
+include "/etc/bird/common.conf";
+
+{% if uvok_bird_opts.dn42 %}
+include "/etc/bird/dn42.conf";
+{% endif %}
+
+{% if uvok_bird_opts.clearnet %}
+include "/etc/bird/clearnet.conf";
+{% endif %}