Created
February 11, 2019 12:53
-
-
Save millsy/435143ec8249ff7e11ec810bc17f5e5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: all | |
tasks: | |
- name : Set netdev_budget_usecs | |
sysctl: | |
name: net.core.netdev_budget_usecs | |
value: 5000 | |
sysctl_set: yes | |
state: present | |
reload: yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need
become: true
for that to work