Go to file
gary 715e8696b4 Update to fix deprication warning 2022-01-11 19:53:05 +00:00
files Initial Commit 2022-01-09 20:45:25 +00:00
template Updated tempalte and variable 2022-01-09 20:50:32 +00:00
.gitignore Initial Commit 2022-01-09 20:45:25 +00:00
README.md Update 2022-01-10 02:03:46 +00:00
install-python2-deb.yml Initial Commit 2022-01-09 20:45:25 +00:00
install-python3-deb.yml Initial Commit 2022-01-09 20:45:25 +00:00
inv.yml Updated tempalte and variable 2022-01-09 20:50:32 +00:00
screen-setup.yml Update to fix deprication warning 2022-01-11 19:53:05 +00:00

README.md

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:

# 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*