Skip to content

eddyhub/ansible-gnome_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnome shell

Installs gnome-shell and adds module to manage gnome-shell extensions

Requirements

This role requires Ansible 2.0 or higher.

Role Variables

Name Default Description
gnome_extension_path /usr/share/gnome-shell/extensions/ path to extensions
gnome_extension_owner root owner of the extension
gnome_shell_extensions [] extension id's which should be installed

Dependencies

Example Playbook

Install gnome-shell and the extensions:

- hosts: all
  roles:
   - { role: ansible-gnome_shell, gnome_extension_path: /home/edi/.local/share/gnome-shell/extensions/, gnome_extension_owner: edi, gnome_shell_extensions: [442, 1005] }

License

BSD

Author Information

Eduard Angold

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages