655 B
655 B
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*