blob: f8293d8d11e58f31d1e1cdd3287097d631db7910 [file] [log] [blame]
- name: Create folder for persistent configuration
ansible.builtin.file:
path: /etc/networkd-dispatcher/configuring.d
state: directory
mode: 0755
owner: root
group: root
- name: Install persistent "ethtool" tuning
ansible.builtin.copy:
src: ethtool
dest: /etc/networkd-dispatcher/configuring.d/01-ethtool
mode: 0755
owner: root
group: root
- name: Run "ethtool" tuning
ansible.builtin.command:
/etc/networkd-dispatcher/configuring.d/01-ethtool
changed_when: false