mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
Added rgb support for msi keyboard
This commit is contained in:
parent
aeab52ddd8
commit
b02b07445e
@ -12,11 +12,16 @@
|
|||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- native-gnome
|
- native-gnome
|
||||||
|
- name: setup msi rgb keyboard
|
||||||
|
hosts: msi_perkeyrgb_hosts
|
||||||
|
become: true
|
||||||
|
roles:
|
||||||
|
- native-msi-perkeyrgb
|
||||||
- name: setup ssh hosts
|
- name: setup ssh hosts
|
||||||
hosts: ssh_hosts
|
hosts: ssh_hosts
|
||||||
become: false
|
become: false
|
||||||
roles:
|
roles:
|
||||||
- native-ssh
|
- native-msi-perkeyrgb
|
||||||
- name: setup swapfile hosts
|
- name: setup swapfile hosts
|
||||||
hosts: swapfile_hosts
|
hosts: swapfile_hosts
|
||||||
become: false
|
become: false
|
||||||
|
4
roles/native-msi-perkeyrgb/Readme.md
Normal file
4
roles/native-msi-perkeyrgb/Readme.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# native-msi-gs66
|
||||||
|
# further information
|
||||||
|
- https://github.com/Askannz/msi-perkeyrgb
|
||||||
|
- https://wiki.archlinux.org/title/MSI_GS66_11UX
|
2
roles/native-msi-perkeyrgb/meta/main.yml
Normal file
2
roles/native-msi-perkeyrgb/meta/main.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
dependencies:
|
||||||
|
- native-aur-helper
|
9
roles/native-msi-perkeyrgb/tasks/main.yml
Normal file
9
roles/native-msi-perkeyrgb/tasks/main.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
- name: Install MSI packages
|
||||||
|
kewlfft.aur.aur:
|
||||||
|
use: yay
|
||||||
|
name:
|
||||||
|
- msi-perkeyrgb
|
||||||
|
|
||||||
|
- name: Change preset of keyboard {{vendor_and_product_id}} to {{preset}}
|
||||||
|
ansible.builtin.shell: sudo msi-perkeyrgb --model GS65 -p "{{preset}}" --id "{{vendor_and_product_id}}"
|
||||||
|
become: true
|
Loading…
Reference in New Issue
Block a user