Important
This role have been archived because of the lack of maintenance and because we are not actively using it anymore. If you are using this role feel free to fork and maintain it on your own. Maybe we will unarchive this repository in the future at some point, maybe not... Who knows...
Ansible role to install and configure Gnome related stuff.
Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.
- Minimum Ansible version:
2.10
List of extra icons to install globally
gnome_extra_icons: []
gnome_extra_icons:
- name: Nordic-v40
url: https://github.com/EliverLara/Nordic/releases/download/v2.2.0/Nordic-v40.tar.xz
- name: foobar
state: absent
List of extra packages to install
gnome_extra_packages: []
gnome_extra_packages:
- gnome-calendar
- name: gnome-foobar
state: absent
List of extra extensions to install globally
gnome_extra_plugins: []
gnome_extra_plugins:
- name: user-theme
id: user-theme@gnome-shell-extensions.gcampax.github.com
List of extra themes to install globally
gnome_extra_themes: []
gnome_extra_themes:
- name: Nordic-v40
url: https://github.com/EliverLara/Nordic/releases/download/v2.2.0/Nordic-v40.tar.xz
- name: foobar
state: absent
List of general icons to install globally
gnome_general_icons:
- name: Nordzy-Cursors
url:
https://github.com/alvatip/Nordzy-cursors/releases/download/v0.6.0/Nordzy-cursors.tar.gz
opts:
- --transform
- s/^Nordzy-cursors/Nordzy-Cursors/
- name: Nordzy-Icons
url: https://github.com/alvatip/Nordzy-icon/releases/download/1.8.5/Nordzy.tar.gz
opts:
- --transform
- s/^Nordzy/Nordzy-Icons/
gnome_general_icons:
- name: Nordic-v40
url: https://github.com/EliverLara/Nordic/releases/download/v2.2.0/Nordic-v40.tar.xz
- name: foobar
state: absent
List of general packages to install
gnome_general_packages: []
gnome_general_packages:
- gnome-calendar
- name: gnome-foobar
state: absent
List of general extensions to install globally
gnome_general_plugins: []
gnome_general_plugins:
- name: user-theme
id: user-theme@gnome-shell-extensions.gcampax.github.com
List of general themes to install globally
gnome_general_themes:
- name: Nordic
url: https://github.com/EliverLara/Nordic/releases/download/v2.2.0/Nordic-v40.tar.xz
opts:
- --transform
- s/^Nordic-v40/Nordic/
gnome_general_themes:
- name: Nordic-v40
url: https://github.com/EliverLara/Nordic/releases/download/v2.2.0/Nordic-v40.tar.xz
- name: foobar
state: absent
Update the GTK icon cache
gnome_updated_icon_cache: true
gnome
Apache-2.0