My personal collection of different roles and playbooks to setup, maintain and customize my raspberry pis.
You may find something usefull in this repo for your own need. Feel free to copy and / or contribute.
Ping the pis
ansible-playbook -i inventory.yaml ping-playbook.yaml
Updates all packages and makes a basic setup
ansible-playbook -i inventory.yaml setup.yaml
Simple apt update & upgrade
ansible-playbook -i inventory.yaml maintenance.yaml