luizgavalda.gnome_extensions

Gnome拡張機能

この役割は、指定されたGnomeシェルの拡張機能をインストールします。

要件

ターゲットとなるホストには、以下のパッケージが必要です:

  • gnome-shell
  • unzip

役割変数

変数名 必要 デフォルト 説明
gnome_extension_ids ✔️ [] インストールするGnomeシェル拡張機能のIDのリストです。

拡張機能のIDは、https://extensions.gnome.org/ のURLにあります。
例えば、TopIcons PlusのURLは https://extensions.gnome.org/extension/1031/topicons/ で、拡張機能のIDは 1031 です。

依存関係

なし

例のプレイブック

- hosts: servers
  roles:
    - role: luizgavalda.gnome_extensions
      vars:
        gnome_extension_ids:
          - 964
          - 770

ライセンス

MIT

作者情報

ルイズ・テイシェイラ

このプロジェクトは、次のプロジェクトをフォークしたものです: https://github.com/jaredhocutt/ansible-gnome-extensions - ジャレッド・ホカット

プロジェクトについて

This role handles installing the specified Gnome Shell extensions. This project is a fork for: https://github.com/jaredhocutt/ansible-gnome-extensions - Jared Hocutt (@jaredhocutt)]

インストール
ansible-galaxy install luizgavalda.gnome_extensions
ライセンス
mit
ダウンロード
242
所有者