From 399195f2e878280a31599b1d3ca94e5a3a987587 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 1 Sep 2021 13:58:45 +0200 Subject: [PATCH] update README --- .github/galaxy.svg | 451 ++++++--------------------------------------- README.md | 37 +--- 2 files changed, 60 insertions(+), 428 deletions(-) diff --git a/.github/galaxy.svg b/.github/galaxy.svg index 42b009b..7f868c1 100644 --- a/.github/galaxy.svg +++ b/.github/galaxy.svg @@ -1,398 +1,59 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + do1jlr.role_name + do1jlr.role_name + diff --git a/README.md b/README.md index 2babaa0..71b4d93 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ -[![Galaxy](https://github.com/roles-ansible/ansible_role_rtl_nic_firmware/raw/main/.github/galaxy.svg)](https://galaxy.ansible.com/do1jlr/rtl_nic_firmware) -[![License](https://github.com/roles-ansible/ansible_role_rtl_nic_firmware/raw/main/.github/license.svg)](https://github.com/roles-ansible/ansible_role_rtl_nic_firmware/blob/main/LICENSE) +[![Galaxy](https://github.com/roles-ansible/ansible_role_amdgpu_firmware/raw/main/.github/galaxy.svg)](https://galaxy.ansible.com/do1jlr/amdgpu_firmware) +[![License](https://github.com/roles-ansible/ansible_role_amdgpu_firmware/raw/main/.github/license.svg)](https://github.com/roles-ansible/ansible_role_amdgpu_firmware/blob/main/LICENSE) - ansible role rtl_nic_firmware + ansible role amdgpu_firmware =============================== -Ansible role to install some missing ``rtl_nic`` Firmware for APU. +Ansible role to install some missing ``amdgpu`` Firmware for my AMD Leneovo Thinkpad *(``L14``)*. 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. @@ -24,33 +22,6 @@ Optionally you can perform a simple versionscheck, that can prevent you from run ----------- ```yaml --- -# define download url prefix -rtl_nic__download_prefix: 'https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain' - -# defined firmware list -rtl_nic__firmware: - - 'rtl_nic/rtl8107e-2.fw' - - 'rtl_nic/rtl8107e-1.fw' - - 'rtl_nic/rtl8168h-2.fw' - - 'rtl_nic/rtl8168h-1.fw' - - 'rtl_nic/rtl8168g-3.fw' - - 'rtl_nic/rtl8168g-2.fw' - - 'rtl_nic/rtl8106e-2.fw' - - 'rtl_nic/rtl8106e-1.fw' - - 'rtl_nic/rtl8411-2.fw' - - 'rtl_nic/rtl8411-1.fw' - - 'rtl_nic/rtl8402-1.fw' - - 'rtl_nic/rtl8168f-2.fw' - - 'rtl_nic/rtl8168f-1.fw' - - 'rtl_nic/rtl8105e-1.fw' - - 'rtl_nic/rtl8168e-3.fw' - - 'rtl_nic/rtl8168e-2.fw' - - 'rtl_nic/rtl8168e-1.fw' - - 'rtl_nic/rtl8168d-2.fw' - - 'rtl_nic/rtl8168d-1.fw' - -rtl_nic__path_prefix: '/lib/firmware' -rtl_nic__path_suffix: 'rtl_nic' # should we do a version check? (true is recomended) submodules_versioncheck: false