luizgavalda.gnome_extensions

Gnome Extensions

This role is used to install Gnome Shell extensions that you specify.

Requirements

The hosts you want to target must have these packages installed:

  • gnome-shell
  • unzip

Role Variables

Variable Required Default Description
gnome_extension_ids ✔️ [] A list of Gnome Shell extension IDs that you want to install.

You can find the extension ID in the URL on https://extensions.gnome.org/.
For example, for the TopIcons Plus extension, the URL is https://extensions.gnome.org/extension/1031/topicons/, and the extension ID is 1031.

Dependencies

None

Example Playbook

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

License

MIT

Author Information

Luiz Teixeira

This project is a fork of: https://github.com/jaredhocutt/ansible-gnome-extensions - Jared Hocutt

Informazioni sul progetto

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)]

Installa
ansible-galaxy install luizgavalda.gnome_extensions
Licenza
mit
Download
242
Proprietario