Commit 33361645 by Edward Zarecor

update mtu

parent b5f932a1
......@@ -21,6 +21,18 @@
#
#
#
# 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
- service: name=networking state=restarted
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