mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
Add GNOME support
Add ability to install the GNOME desktop environment. Most common global settings (date and time, power management, touchpad settings, theme) can be configured via Ansible variables. See "group_vars/all" file.
This commit is contained in:
parent
20160b1e8d
commit
8d8ec13b8f
10 changed files with 139 additions and 1 deletions
|
|
@ -14,7 +14,8 @@
|
|||
- { role: x, tags: ['x'] }
|
||||
- { role: lightdm, tags: ['lightdm'], when: "display_manager == 'lightdm'" }
|
||||
- { role: gdm, tags: ['gdm'], when: "display_manager == 'gdm'" }
|
||||
- { role: i3, tags: ['i3'] }
|
||||
- { role: i3, tags: ['i3'], when: "desktop_environment == 'i3'" }
|
||||
- { role: gnome, tags: ['gnome'], when: "desktop_environment == 'gnome'" }
|
||||
- { role: pass, tags: ['pass'] }
|
||||
- { role: iptables, tags: ['iptables'] }
|
||||
- { role: nettools, tags: ['nettools'] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue