Commit graph

7 commits

Author SHA1 Message Date
Pig Monkey
72d2017cb5 prefer ansible_managed var in templates 2018-05-05 15:59:45 -07:00
Pig Monkey
33ffe15f6f remove redundant /etc/dconf/profile creation
This is done by the dconf role.
2018-05-05 13:09:16 -07:00
Pig Monkey
745cd9caa7 Merge branch 'feature/gnome' of https://github.com/elvetemedve/spark into elvetemedve-feature/gnome 2018-05-05 13:05:40 -07:00
Géza Búza
9f9ecfcbaf Extract DConf dependencies into a separate role
Both GDM and GNOME uses DConf to manage its own configuration. Extract
the common dependencies into a separate role called "dconf".
DConf provides:
  - creating empty directories for configuration
  - handler to apply configuration when configuration has changed
2018-04-27 16:36:00 +02:00
Géza Búza
fbf9f80dad
Fix: DConf directory permissions 2018-04-27 16:26:31 +02:00
Géza Búza
f71c50bd41
Fix: Create DConf config directory
- Fix typo.
- Create DConf config directory recursively, when it does not exist.
2018-04-27 15:59:14 +02:00
Géza Búza
b289a381bf 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.
2018-04-07 20:56:04 +02:00