Find a file
2018-04-13 10:36:40 -04:00
defaults Initial commit 2018-04-13 09:17:01 -04:00
handlers Initial commit 2018-04-13 09:17:01 -04:00
meta Initial commit 2018-04-13 09:17:01 -04:00
tasks Initial commit 2018-04-13 09:17:01 -04:00
tests Initial commit 2018-04-13 09:17:01 -04:00
vars Initial commit 2018-04-13 09:17:01 -04:00
README.md Set the example playbook code type in the README to yaml 2018-04-13 10:36:40 -04:00

Gnome Extensions

Installs Gnome extensions specified by the user.

Available extensions can be found at https://extensions.gnome.org/

Requirements

None

Role Variables

Variable Required Default Description
gnome_extension_ids ✔️ [] The list of Gnome extension IDs to install. The extension ID can be found in the URL on https://extensions.gnome.org/. For example, the TopIcons Plus URL is https://extensions.gnome.org/extension/1031/topicons/ and the extension ID is 1031.

Dependencies

None

Example Playbook

- hosts: localhost
  vars:
    gnome_extension_ids:
      - 234  # Steal My Focus by sstent
      - 1031 # TopIcons Plus by phocean
  roles:
      - jaredhocutt.gnome-extensions