luizgavalda.gnome_extensions

Gnome 扩展

此角色负责安装指定的 Gnome Shell 扩展。

要求

你所针对的主机应安装以下软件包:

  • gnome-shell
  • unzip

角色变量

变量 必需 默认值 描述
gnome_extension_ids [] 要安装的 Gnome Shell 扩展 ID 列表。

扩展 ID 可以在 https://extensions.gnome.org/ 的网址中找到。
例如,TopIcons Plus 的网址是 https://extensions.gnome.org/extension/1031/topicons/,扩展 ID 为 1031

依赖关系

示例剧本

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

许可

MIT

作者信息

Luiz Teixeira

此项目是一个分支,来源于: https://github.com/jaredhocutt/ansible-gnome-extensions - Jared Hocutt

关于项目

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
拥有者