Enable IPV6 Routing for Bird

This commit is contained in:
Bastian Mäuser 2018-01-24 00:30:43 +01:00
parent 8dca968108
commit 9bd490092f
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@
- name: Install bird
apt: package=bird
- name: Enable IPv6 routing
sysctl: name=net.ipv6.ip_forward value=1 state=present
- name: Configure bird
template: src=bird.conf.j2 dest=/etc/bird/bird.conf
notify: Restart bird

View File

@ -12,7 +12,7 @@
- name: Enable nf_conntrack during boot
lineinfile: dest=/etc/modules line=nf_conntrack
- name: Increas conntrack limit
- name: Increase conntrack limit
sysctl: name=net.netfilter.nf_conntrack_max value={{ conntrack_max }} state=present
- name: Configure iptables