blob: fac1d4958c1f3543f4e64e1c43b80608269982c5 [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