Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
d01bfcd5
Commit
d01bfcd5
authored
Feb 19, 2015
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1860 from edx/e0d/update-mtu
update mtu
parents
b5f932a1
6db00d84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
playbooks/roles/aws/tasks/main.yml
+10
-0
No files found.
playbooks/roles/aws/tasks/main.yml
View file @
d01bfcd5
...
...
@@ -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 }}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment