This commit is contained in:
parent
4ed9ba0d24
commit
a90630ecb6
98 changed files with 2063 additions and 729 deletions
7
ansible/books/tasks/network-interface-patch.yml
Normal file
7
ansible/books/tasks/network-interface-patch.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- name: Ensure ethtool offload post-up is present for eno1
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/network/interfaces
|
||||
line: "\tpost-up ethtool -K eno2 tso off gso off"
|
||||
insertafter: "^iface eno2 inet manual"
|
||||
state: present
|
||||
backup: yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue