ckaserer.keymap

gplv3 Maintenance

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.