# 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: ```bash # 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* ```