Set of Ansible scripts to setup a Raspberry PI (stretch) into a kiosk mode.
If you uncomfortable with Ansible, please refer to text-instructions.md
-
Add to
hosts.ini
domain name of a PI (for example:1.local
) -
In the folder
hosts_vars
create a file with a name of the domain (from a previous step) and put an ip address of the PI (on a local network)ansible_ssh_host: 192.168.1.36
-
Change the password hash and public keys to yours!
raspberry-devops/00_initial_setup.yml
Lines 8 to 30 in 874675f
- Run
ansible-playbook -i hosts.ini --user pi --ask-pass -v 00_initial_setup.yml