computer-playbook/roles/driver-msi-keyboard-color
2023-12-03 11:24:17 +01:00
..
files Refactored pc roles and added README.md's with help of ChatGPT. See https://chat.openai.com/share/df22ba6a-76d0-47c2-a8c7-daec3f42b4e5 2023-12-02 18:49:50 +01:00
meta Changed systemd-notifier namings 2023-12-03 11:24:17 +01:00
tasks Refactored pc roles and added README.md's with help of ChatGPT. See https://chat.openai.com/share/df22ba6a-76d0-47c2-a8c7-daec3f42b4e5 2023-12-02 18:49:50 +01:00
templates Refactored pc roles and added README.md's with help of ChatGPT. See https://chat.openai.com/share/df22ba6a-76d0-47c2-a8c7-daec3f42b4e5 2023-12-02 18:49:50 +01:00
README.md Refactored pc roles and added README.md's with help of ChatGPT. See https://chat.openai.com/share/df22ba6a-76d0-47c2-a8c7-daec3f42b4e5 2023-12-02 18:49:50 +01:00

Ansible Role: driver-msi-keyboard-color

Ansible role to set up dynamic keyboard color change on MSI laptops.

Requirements

  • An MSI laptop
  • The msi-perkeyrgb tool installed on the system
  • Ansible 2.9 or later

Role Variables

Available variables are listed below, along with their default values:

vendor_and_product_id: ""

The vendor_and_product_id variable is required and should be set to the vendor and product ID of the MSI laptop.

Dependencies

  • system-aur-helper

Example Playbook

- hosts: all
  roles:
    - keyboard-color
  vars:
    vendor_and_product_id: "your_vendor_and_product_id"

Author

This role was created by Kevin Veen-Birkenbach.

Chat Conversation

To see how this role was developed, you can refer to the Chat Conversation that produced this software.