Setup the cluster of raspberry pi for the displays at Web à Québec.
Set hostnames or IPs in hosts
file.
Specify the URL to display for each host with kiosk_url=
.
Specify the display orientation with rotate=
.
(See rotate options here)[http://elinux.org/RPiconfig].
Run Ansible with ask for password first time :
ansible-playbook playbook.yml -i hosts --ask-pass
Then you can skip pass since authorized keys are setup :
ansible-playbook playbook.yml -i hosts
Jean-Philippe Doyle & Web à Québec.
Thanks to the authors of the following articles for the basis of my setup :