-more tweaks to gui autologin

This commit is contained in:
mpelle426
2019-07-10 21:50:23 +01:00
parent e576055a4f
commit 5efd5d98f4
3 changed files with 22 additions and 12 deletions

View File

@@ -1,4 +1,9 @@
---
- hosts: pi
roles:
- pi
---
- hosts: all
name: install programs and libraries
become: true
apt:
name: [ 'expect', 'ftp', 'cadaver', 'iperf', 'iperf3', 'libpcap0.8', 'libsctp1', 'libsctp-dev', 'libncurses-dev', 'libssl-dev', 'libpcap-dev', 'vim', 'mc', 'smbclient', 'ncurses-dev', 'build-essential', 'openvpn', 'lightdm', 'lxde', 'realvnc-vnc-server', 'aptitude', 'chromium-browser', 'raspberrypi-ui-mods' ]
update_cache: true
state: present