- add a default password for vnc - plain text to be changed later. see
roles/vnc/tasks/main - minor doc updates
This commit is contained in:
@@ -20,4 +20,7 @@
|
||||
# path: /home/'{{ def_username }}'/.xsession
|
||||
# line: "lxsession -s Lubuntu -e LXDE"
|
||||
# create: yes
|
||||
- name: set vnc password
|
||||
become: true
|
||||
ansible.builtin.shell: echo "raspberry" | /usr/bin/vncpasswd -legacy -file /root/.vnc/config.d/vncserver-x11
|
||||
|
||||
|
||||
Reference in New Issue
Block a user