Commit d01bfcd5 by Edward Zarecor

Merge pull request #1860 from edx/e0d/update-mtu

update mtu
parents b5f932a1 6db00d84
......@@ -21,6 +21,16 @@
#
#
#
# Start dealing with Jumbo frames issue in mixed MTU deployements in AWS
#
- lineinfile: dest=/etc/network/interfaces regexp=^mtu line="mtu 1500"
when: ansible_distribution in common_debian_variants
#
# End dealing with Jumbo frames issue in mixed MTU deployements in AWS
#
- name: create all service directories
file: >
path="{{ item.value.path }}"
......
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