- 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:
2023-06-23 15:04:12 -04:00
parent c1876eaef7
commit 0bc52ca16f
3 changed files with 33 additions and 5 deletions

View File

@@ -89,8 +89,10 @@ The Goal is to evenually be able to be a turnkey solution to spin up a "real" ne
* On each Pi
* log in with the username and password you used in the Imager utility
* Configure network
* The Raspberr Pi is configured for DHCP by default If your uCPE does not provide DHCP addresses, you will need to configure a staitc IP address by following the instructions at this site https://www.raspberrypi.com/documentation/computers/configuration.html#static-ip-addresses
* The Raspberry Pi is configured for DHCP by default If your uCPE does not provide DHCP addresses, you will need to configure a staitc IP address by following the instructions at this site https://www.raspberrypi.com/documentation/computers/configuration.html#static-ip-addresses
* Designate one of the Pi's to be the "main" device and do the following
* log in via SSH or via local keyboard and mouse
* if local, open a command prompt
* execute _**sudo apt install -y ansible sshpass git**_
* get a copy of repo (requies github account, comcast VPN access, and configured git credentials)
* execute _**cd dsfin-ansible**_