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:
Géza Búza 2018-04-04 00:26:48 +02:00
parent 79379c2388
commit b289a381bf
6 changed files with 55 additions and 1 deletions

View file

@ -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'] }