forked from FF-RGB/ansible
Enable IPV6 Routing for Bird
This commit is contained in:
parent
8dca968108
commit
9bd490092f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user