Skip to content

Instantly share code, notes, and snippets.

@millsy
Created February 11, 2019 12:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save millsy/435143ec8249ff7e11ec810bc17f5e5e to your computer and use it in GitHub Desktop.
Save millsy/435143ec8249ff7e11ec810bc17f5e5e to your computer and use it in GitHub Desktop.
---
- hosts: all
tasks:
- name : Set netdev_budget_usecs
sysctl:
name: net.core.netdev_budget_usecs
value: 5000
sysctl_set: yes
state: present
reload: yes
@paulfantom
Copy link

You need become: true for that to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment