mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
Add Gnome Display Manager as an alternative
Add ability to install GDM as a graphical login prompt. Also certain global settings can be changed by Ansible variables. See "gdm" key of group-vars/all file.
This commit is contained in:
parent
79379c2388
commit
b289a381bf
6 changed files with 55 additions and 1 deletions
|
|
@ -12,7 +12,8 @@
|
|||
- { role: ssd, tags: ['ssd'] }
|
||||
- { role: fonts, tags: ['fonts'] }
|
||||
- { role: x, tags: ['x'] }
|
||||
- { role: lightdm, tags: ['lightdm'] }
|
||||
- { role: lightdm, tags: ['lightdm'], when: "display_manager == 'lightdm'" }
|
||||
- { role: gdm, tags: ['gdm'], when: "display_manager == 'gdm'" }
|
||||
- { role: i3, tags: ['i3'] }
|
||||
- { role: pass, tags: ['pass'] }
|
||||
- { role: iptables, tags: ['iptables'] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue