1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_rtl_nic_firmware.git synced 2024-08-16 13:39:50 +02:00
Find a file
2021-09-01 03:12:37 +02:00
.github remove non-debian checks 2021-09-01 03:12:37 +02:00
defaults improve running and docs 2021-09-01 03:00:02 +02:00
handlers initial write role 2021-09-01 02:39:22 +02:00
meta fixing linting 2021-09-01 03:10:34 +02:00
tasks fixing linting 2021-09-01 03:10:34 +02:00
vars fixing linting 2021-09-01 03:10:34 +02:00
.gitignore fixing linting 2021-09-01 03:10:34 +02:00
.yamllint Initial commit 2021-09-01 01:50:11 +02:00
LICENSE Initial commit 2021-09-01 01:50:11 +02:00
README.md Create galaxy release 2021-09-01 03:02:20 +02:00

ansible role rtl_nic_firmware

Ansible role to install some missing rtl_nic Firmware for APU.

This role is only running at:

when:
  - ansible_board_name == 'APU'
  - ansible_product_name == 'APU'

It will download the defined Firmware Files from the rtl_nic__firmware variable. Then we run update-initramfs -k all -u.

You can change the downloaded firmware file names by modifying the default variables.