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

Create galaxy release

This commit is contained in:
L3D 2021-09-01 03:02:20 +02:00
parent 542bd00f93
commit 03f7c64d71
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 19 additions and 1 deletions

View file

@ -1,7 +1,7 @@
ansible role rtl_nic_firmware ansible role rtl_nic_firmware
=============================== ===============================
Ansible role to deploy ``rtl_nic`` Firmware for APU. Ansible role to install some missing ``rtl_nic`` Firmware for APU.
This role is only running at: This role is only running at:
```yaml ```yaml

18
meta/main.yml Normal file
View file

@ -0,0 +1,18 @@
---
galaxy_info:
role_name: rtl_nic_firmware
author: do1jlr
description: Ansible role to install some missing ``rtl_nic`` Firmware for APU
license: "MIT"
min_ansible_version: 2.11
github_branch: main
platforms:
- name: Debian
versions: all
- name: Ubuntu
versions: all
galaxy_tags:
- APU
- firmware
- rtl_nic
dependencies: []