Commit 954aaacf authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

playbook: increase net.ipv6.route.max_size in Teralab

Use the same value as for vifib servers.
parent b1e129d9
Pipeline #27603 failed with stage
in 0 seconds
......@@ -65,4 +65,5 @@
- name: chmod 666 /dev/net/tun
file: path=/dev/net/tun mode=0666
- name: sysctl net.ipv6.route.max_size = 262144
sysctl: name="net.ipv6.route.max_size" value=262144 sysctl_set=yes state=present reload=yes
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment