2024-06-29 12:48:55 +02:00

12 lines
413 B
Plaintext

# EINK PICTURE FRAME - displays images on a multi-color eink display
## Deployment
Run the ansible playbooks (`setup` once, `deploy` on each code update):
(Don't forget to set variables!)
```
ansible-playbook deploy/setup.playbook.yml -i <ip of pi>,
ansible-playbook deploy/deploy.playbook.yml -i <ip of pi>,
```
Note the trailing comma in the `-i` flag. This is required for ansible to parse the ip as a list.