An ansible playbook to take a Raspberry Pi running a fresh copy of Raspbian and modify it for read-only usage using UnionFS.
Ensure the IP of your Pi is correctly specified in the hosts
file (default is 192.168.2.2). Then run:
ansible-playbook playbook.yml
That's it!