1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_amdgpu_firmware.git synced 2024-08-16 14:59:49 +02:00
ansible_role_amdgpu_firmware/README.md

17 lines
463 B
Markdown
Raw Normal View History

2021-09-01 03:00:02 +02:00
ansible role rtl_nic_firmware
===============================
2021-09-01 03:02:20 +02:00
Ansible role to install some missing ``rtl_nic`` Firmware for APU.
2021-09-01 03:00:02 +02:00
This role is only running at:
```yaml
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.