computer-playbook/roles/application-msi-keyboard-color
2023-08-22 23:07:10 +02:00
..
files Removed pc_ for better overview 2023-08-22 22:46:37 +02:00
meta removed pc_ 2023-08-22 23:07:10 +02:00
tasks Removed pc_ for better overview 2023-08-22 22:46:37 +02:00
templates Removed pc_ for better overview 2023-08-22 22:46:37 +02:00
README.md removed pc_ 2023-08-22 23:07:10 +02:00

Ansible Role: 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.