Go to file
Gary de11c5f3db Initial Commit 2022-01-09 20:45:25 +00:00
files Initial Commit 2022-01-09 20:45:25 +00:00
template Initial Commit 2022-01-09 20:45:25 +00:00
.gitignore Initial Commit 2022-01-09 20:45:25 +00:00
README.md Initial Commit 2022-01-09 20:45:25 +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 Initial Commit 2022-01-09 20:45:25 +00:00
screen-setup.yml Initial Commit 2022-01-09 20:45:25 +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

NOTE: This will not change the password, 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 setup-screen.yml -kK

# Run against limited hosts
ansible-playbook -i inv.yml setup-screen.yml -kK -l *host*