-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall-xfce-on-ubuntu-server-1804.yml
49 lines (43 loc) · 1.2 KB
/
install-xfce-on-ubuntu-server-1804.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
###############################################################################
# v1.2
#
# wget https://fbot.co/ansiblexfce -O installxfce.yml
# ansilbe-playbook -i localhost, -u root -k installxfce.yml
#
# Goals:
# - install xfce
# - Configure virtualbox
#
# author: Nick Yeoman
# website: https://www.NickYeoman.com/blog/linux/install-xfce-on-ubuntu-server-1804/
###############################################################################
# not meant to use a hosts file
- hosts: all
tasks:
- name: install xfce4
apt:
state: latest
pkg:
- xfce4
- xfce4-whiskermenu-plugin
- mugshot
- firefox
# Screensavers
- xscreensaver
- xscreensaver-gl-extra
- xscreensaver-data-extra
#virtualbox tools
- make
- gcc
- virtualbox-guest-dkms
- virtualbox-guest-utils
- virtualbox-guest-x11
# sound
- alsa
- alsa-tools
- name: grab a wallpaper, we will set it later
get_url:
url: https://w.wallhaven.cc/full/od/wallhaven-odk1w5.jpg
dest: /usr/share/backgrounds/xfce/picard-unmotivater.jpg
checksum: sha256:91558bb4f20dd5ef752889f01266e62dad0b3425e6632c1ae8be4e46d1fa2df0