ckaserer.keymap

gplv3 维护

ckaserer.keymap

使用 ckaserer.keymap ansible 角色在您的 Linux 系统上设置您选择的键盘布局。

首先,您需要在将要执行 ansible 的节点上安装该角色,命令如下:

ansible-galaxy install ckaserer.keymap

设置键盘布局

- hosts: localhost
  tasks:
    - name: "包含 ckaserer.keymap"
      include_role:
        name: "ckaserer.keymap"
        apply:
          become: true
        vars:
          keymap: de

另外,您可以将 hosts 设置为 ansible 节点的一组或 all

关于项目

set the keymap to the layout of your choice

安装
ansible-galaxy install ckaserer.keymap
许可证
gpl-3.0
下载
311
拥有者
Anything related to Containers, CI/CD or general automation is fair game for him - give him a terminal and he is happy.