Commit bc1e289e by Edward Zarecor

Fixing MTU setting

parent 43b85eb2
......@@ -34,12 +34,12 @@
when: ansible_distribution in common_debian_variants
- lineinfile: >
dest=/etc/dhcp/dhclient.conf
regexp="^supercede interfact-mtu"
line="supercede interface-mtu 1500;"
insertbefore="^request"
dest=/etc/network/interfaces.d/eth0.cfg
regexp="^post-up /sbin/ifconfig eth0 mtu 1500"
line="post-up /sbin/ifconfig eth0 mtu 1500"
insertafter="^iface"
when: ansible_distribution in common_debian_variants
#
# End dealing with Jumbo frames issue in mixed MTU deployements in AWS
#
......
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