The main purpose for this repository is some fun, learning experience and practice. It contains an Ansible playbook to install and configure my Raspberry Pi.
- A Raspberry Pi with Raspbian installed
- Ansible installed on your local machine
- SSH access to the Raspberry Pi
- Edit
inventory.yml
and replace the value ofansible_host: pi.fritz.box
with the host name or IP address of your Pi.
Run the actual playbook with:
$ make run
Run a check with:
$ make check
Run pings to all hosts with:
$ make ping