A role to set up a test-suitable desktop environment. This will set up the following on Linux, macOS and Windows:
- (CentOS only) Install the GNOME Desktop Environment and make it the default boot environment
- (Ubuntu only) Install the Ubuntu desktop environment and make it the default boot environment
- Set up automatic login for the
vagrantuser - Disable screen locks and screensavers
- hosts: all
roles:
- ccdc.build_machine_desktop_environment# Set up desktop environment for test machines
- src: ccdc.build_machine_desktop_environmentMIT / BSD