piscreen/README.md

19 lines
810 B
Markdown

# Raspberry Pi NOC Screen
This Ansible playbook will install the necessary software and configuration to point at a NOC Screen webpage.
This playbook assumes a standard **Raspberry Pi OS Lite** image has been installed and appropriate network configuration has been completed.
> __NOTE:__ This will not change the password or hostname, you will either need to change this before or after
> You can either change the password beforehand, alternatively install SSH Keys and remove passwords
To invoke the playbook make sure you have updated the `inv.yml` for your needs, then run as follows:
```bash
# Run against all hosts (-kK is to ask for the SSH/SUDO Password)
ansible-playbook -i inv.yml screen-setup.yml -kK
# Run against limited hosts
ansible-playbook -i inv.yml screen-setup.yml -kK -l *host*
```